# Plotting all the data point on y-axis rather than calculated/aggregated values

**URL:** https://discuss.elastic.co/t/plotting-all-the-data-point-on-y-axis-rather-than-calculated-aggregated-values/33562
**Category:** Kibana
**Created:** [November 2, 2015, 8:18pm UTC](https://discuss.elastic.co/t/plotting-all-the-data-point-on-y-axis-rather-than-calculated-aggregated-values/33562 "2015-11-02T20:18:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Vamsi](https://avatars.discourse-cdn.com/v4/letter/v/b38774/32.png) [@Vamsi](https://discuss.elastic.co/u/Vamsi)
#### Post date: [November 2, 2015, 8:18pm UTC](https://discuss.elastic.co/t/plotting-all-the-data-point-on-y-axis-rather-than-calculated-aggregated-values/33562/1 "2015-11-02T20:18:56Z")

</div>

Hi Experts

I have a case where the performance data is collected for every 5 secs. I am plotting this using kibana 4.1.2.

When I try to change the x-axis(date histogram) interval to 1 sec I see the following Warning and bucket is set to 5 minutes.

![](https://us1.discourse-cdn.com/elastic/original/2X/4/43183a1d0ee39fb74c1b3c15afea8cdf2029f8e5.png)

Question: 1  
Is it possible to plot each and every value of collected performance data?

Question: 2

On y-axis I am selecting the MAX aggregation, and x-axis is set to 5-mins buckets(which is not my intention) by kibana. In this case does it mean the max value in that 5-mins bucket is displayed or any other calculations are applied on the data?

Thanks in Advance

---

<div class="post-metadata">

### Author: ![stormpython](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stormpython/32/7190_2.png) [@stormpython](https://discuss.elastic.co/u/stormpython)
#### Post date: [November 3, 2015, 10:12pm UTC](https://discuss.elastic.co/t/plotting-all-the-data-point-on-y-axis-rather-than-calculated-aggregated-values/33562/2 "2015-11-03T22:12:17Z")

</div>

Hi Vamsi,

Question 1:  
No, it is not possible to plot each and every value of your dataset. It winds up being alot of data, and since the width of bars on a date histogram plot are set using the time interval, what you'd end up with are bars so small that you could not see them. In addition, there are many performance issues to viewing all of your data since the DOM would have to draw a svg rect for every single data point. This is why you see the warning and why Kibana sets your interval to 5 minutes.

Question 2:  
You should get the max value from that 5-mins bucket when you select the max metric for the y-axis.

Hope this helps.

---

<div class="post-metadata">

### Author: ![Vamsi](https://avatars.discourse-cdn.com/v4/letter/v/b38774/32.png) [@Vamsi](https://discuss.elastic.co/u/Vamsi)
#### Post date: [November 5, 2015, 1:55am UTC](https://discuss.elastic.co/t/plotting-all-the-data-point-on-y-axis-rather-than-calculated-aggregated-values/33562/3 "2015-11-05T01:55:17Z")

</div>

Thanks for Info 😄

---

<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, 2:09pm UTC](https://discuss.elastic.co/t/plotting-all-the-data-point-on-y-axis-rather-than-calculated-aggregated-values/33562/4 "2017-07-06T14:09:57Z")

</div>


