# Non stacked bars in Timelion (Kibana 5 - rc1)

**URL:** https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862
**Category:** Kibana
**Created:** [October 25, 2016, 11:44am UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862 "2016-10-25T11:44:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jettro](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jettro/32/3418_2.png) [@jettro](https://discuss.elastic.co/u/jettro)
#### Post date: [October 25, 2016, 11:44am UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862/1 "2016-10-25T11:44:28Z")

</div>

Hi,  
I am trying out Timelion and I want two different queries each represented as a bar. I am doing the following query:

```
.es(index=raw_events-*,
  timefield=createDate,
  q='name:execute_search',
  kibana=true).label('Zoeken').bars(stack=false),
.es(index=raw_events-*,
  timefield=createDate,
  q='name:search_click_job',
  kibana=true).label('Klikken').bars(stack=false)

```

As you can see I am adding stack=false to both bars. But my image shows stacked bars. Am I doing something wrong or is there a bug?

 ![](https://us1.discourse-cdn.com/elastic/original/2X/b/be5c98e26ffe4c9767c35c6db0cbf3ac17654401.png)

---

<div class="post-metadata">

### Author: ![spalger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spalger/32/14092_2.png) [@spalger](https://discuss.elastic.co/u/spalger)
#### Post date: [October 25, 2016, 9:16pm UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862/2 "2016-10-25T21:16:59Z")

</div>

I'm pretty sure that what you are actually seeing is "Klikken" rendered on top of "Zoeken", which looks like stacking but the total bar height is decided by the largest value, rather than the sum of all values

---

<div class="post-metadata">

### Author: ![jettro](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jettro/32/3418_2.png) [@jettro](https://discuss.elastic.co/u/jettro)
#### Post date: [October 26, 2016, 9:37am UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862/3 "2016-10-26T09:37:52Z")

</div>

I checked it and you are right. Is it possible to present the bars next to each other, just like the Kibana bar chart?

---

<div class="post-metadata">

### Author: ![spalger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spalger/32/14092_2.png) [@spalger](https://discuss.elastic.co/u/spalger)
#### Post date: [October 27, 2016, 4:08pm UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862/4 "2016-10-27T16:08:38Z")

</div>

I'm trying to verify, but I don't think so. I suggest opening an issue at [https://github.com/elastic/kibana/issues](https://github.com/elastic/kibana/issues)

---

<div class="post-metadata">

### Author: ![pchanas](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pchanas/32/15311_2.png) [@pchanas](https://discuss.elastic.co/u/pchanas)
#### Post date: [January 18, 2017, 1:11pm UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862/5 "2017-01-18T13:11:08Z")

</div>

Hi  
Issue has been raised as an enhancement: [https://github.com/elastic/timelion/issues/111](https://github.com/elastic/timelion/issues/111)  
P.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:33pm UTC](https://discuss.elastic.co/t/non-stacked-bars-in-timelion-kibana-5-rc1/63862/6 "2017-07-06T13:33:25Z")

</div>


