# Histogram in kibana

**URL:** https://discuss.elastic.co/t/histogram-in-kibana/313436
**Category:** Kibana
**Created:** [September 1, 2022, 11:39am UTC](https://discuss.elastic.co/t/histogram-in-kibana/313436 "2022-09-01T11:39:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Matanueces](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/matanueces/32/108641_2.png) [@Matanueces](https://discuss.elastic.co/u/Matanueces)
#### Post date: [September 1, 2022, 11:39am UTC](https://discuss.elastic.co/t/histogram-in-kibana/313436/1 "2022-09-01T11:39:54Z")

</div>

Hello,

I'm trying to create a visualization of a histogram in kibana from the following data:

Discover:  
The field that contains the data for the histogram is "current\_hist"

 ![discover_histogram](https://us1.discourse-cdn.com/elastic/original/3X/7/5/758b1607fb32c23e4384e6735021279b79873c22.png)

If I do a query with the devtools, they look like this:

 ![query_histogram](https://us1.discourse-cdn.com/elastic/original/3X/9/8/98c9ea903b1c6131921baac672f507179044b9eb.png)

Is thre any way to represent this data?

Thank you for the inconvenience

---

<div class="post-metadata">

### Author: ![jsanz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsanz/32/53734_2.png) [@jsanz](https://discuss.elastic.co/u/jsanz)
#### Post date: [September 6, 2022, 2:55pm UTC](https://discuss.elastic.co/t/histogram-in-kibana/313436/2 "2022-09-06T14:55:05Z")

</div>

Kibana visualizations expect documents with single values to generate the different charts. This is pretty different. Do you want a single chart per document? aggregate the `counts` somehow?

For this data shape, I'd take a look to the Vega visualization type to transform your documents into the dimensions you want to visualize.

> **[Vega | Kibana Guide \[8.4\] | Elastic](https://www.elastic.co/guide/en/kibana/current/vega.html)**
>
> Consider the production components that are used to generate reports.

---

<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: [October 4, 2022, 2:56pm UTC](https://discuss.elastic.co/t/histogram-in-kibana/313436/3 "2022-10-04T14:56:01Z")

</div>

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