# Date Histogram not showing Vertical bar chart

**URL:** https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773
**Category:** Kibana
**Created:** [December 22, 2016, 11:01am UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773 "2016-12-22T11:01:26Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![roopendra](https://avatars.discourse-cdn.com/v4/letter/r/9d8465/32.png) [@roopendra](https://discuss.elastic.co/u/roopendra)
#### Post date: [December 22, 2016, 11:01am UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/1 "2016-12-22T11:01:27Z")

</div>

I am storing application build logs in an `Elasticsearch` index; Same index configured in `Kibana` as an index pattern for creating Visualization. I am able to search data on behalf of that index in `Discover` tab. Now when I am trying to create a `Vertical Bar Chart` visualization then its not showing a vertical bar chart.

In `Vertical Bar` chart I selected `count` for `Y-Axis` and `Date Histogram` interval monthly on the date field(buildDate) . Whereas data is available for Date Histogram [See 5 records is shown in table]. I have attached table value and bar chart here.

 ![](https://us1.discourse-cdn.com/elastic/original/2X/f/f31729d041138289cb301f50f554149782fe05be.PNG)

Data are not displaying in vertical bar chart.

 ![](https://us1.discourse-cdn.com/elastic/original/2X/2/216c067f8d66bb97da2298725655d8ee8e27bcca.PNG)

Any suggestion ? Am I doing something wrong here?

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [December 23, 2016, 10:52am UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/2 "2016-12-23T10:52:14Z")

</div>

which version of kibana are you using ?  
can you check browser console for any errors ?  
I don't think you are doing anything wrong.

---

<div class="post-metadata">

### Author: ![roopendra](https://avatars.discourse-cdn.com/v4/letter/r/9d8465/32.png) [@roopendra](https://discuss.elastic.co/u/roopendra)
#### Post date: [December 23, 2016, 12:06pm UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/3 "2016-12-23T12:06:47Z")

</div>

I am using Kibana Version: `5.1.1`.

Getting below error message in JS console:

```
Error: this._attr is undefined
DataFactory/Data</<.value@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:44:31019
DataFactory/Data</<.value/<@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:44:31659
DataFactory/Data</<.value@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:44:31477
Data@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:44:24190
getData@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:46:16588
create/<@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:46:16818
VisFactory/Vis</<.value@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:54:25825
module.exports/VislibRenderbot.prototype.render/<@http://127.0.0.1:5601/bundles/kibana.bundle.js?v=14566:86:11376
processQueue@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:38:23621
scheduleProcessQueue/<@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:38:23888
$RootScopeProvider/this.$get</Scope.prototype.$eval@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:39:4607
$RootScopeProvider/this.$get</Scope.prototype.$digest@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:39:2343
$RootScopeProvider/this.$get</Scope.prototype.$apply@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:39:5026
timeout/timeoutId<@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:39:17601
completeOutstandingRequest@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:36:4607
Browser/self.defer/timeoutId<@http://127.0.0.1:5601/bundles/commons.bundle.js?v=14566:36:7706
```

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [December 23, 2016, 12:43pm UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/4 "2016-12-23T12:43:48Z")

</div>

Looks like a bug. Could you help me narrow it down ? Does it only happen when you select monthly interval ? have you tried other field, other index, other aggregation type ? Have you changed any options ?

thanks!

---

<div class="post-metadata">

### Author: ![roopendra](https://avatars.discourse-cdn.com/v4/letter/r/9d8465/32.png) [@roopendra](https://discuss.elastic.co/u/roopendra)
#### Post date: [December 26, 2016, 4:43am UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/5 "2016-12-26T04:43:19Z")

</div>

Thanks for your response.

> [@ppisljar](#):
>
> Does it only happen when you select monthly interval ?

This issue persists with all intervals.

> [@ppisljar](#):
>
> have you tried other field, other index, other aggregation type ?

Yes, I tried with other index, but the same set of data still facing the same issue.  
It's working fine with other aggregation type.

The same issue with other fields.

 ![](https://us1.discourse-cdn.com/elastic/original/2X/0/074138ca6351010a77141220bd7564300cb92bf6.PNG)

> [@ppisljar](#):
>
> Have you changed any options ?

No, I haven't change any option.

 ![](https://us1.discourse-cdn.com/elastic/original/2X/8/8925f9c1556f97690652617a7c947eeccd043559.PNG)

---

<div class="post-metadata">

### Author: ![Court](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/court/32/6640_2.png) [@Court](https://discuss.elastic.co/u/Court)
#### Post date: [December 26, 2016, 2:40pm UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/6 "2016-12-26T14:40:04Z")

</div>

This sounds like the issue described in [https://github.com/elastic/kibana/issues/9572](https://github.com/elastic/kibana/issues/9572)

---

<div class="post-metadata">

### Author: ![roopendra](https://avatars.discourse-cdn.com/v4/letter/r/9d8465/32.png) [@roopendra](https://discuss.elastic.co/u/roopendra)
#### Post date: [December 27, 2016, 4:20am UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/7 "2016-12-27T04:20:12Z")

</div>

Correct. This is the similar issue with `Area Chart`. I am linking this thread with the issue. Thanks.

---

<div class="post-metadata">

### Author: ![Court](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/court/32/6640_2.png) [@Court](https://discuss.elastic.co/u/Court)
#### Post date: [December 27, 2016, 2:50pm UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/8 "2016-12-27T14:50:54Z")

</div>

Great, this should be fixed in the next patch release (5.1.2) then.

---

<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: [January 24, 2017, 2:50pm UTC](https://discuss.elastic.co/t/date-histogram-not-showing-vertical-bar-chart/69773/9 "2017-01-24T14:50:59Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
