# Including additional field in tool-tip for dot chart

**URL:** https://discuss.elastic.co/t/including-additional-field-in-tool-tip-for-dot-chart/116800
**Category:** Kibana
**Created:** [January 24, 2018, 5:08am UTC](https://discuss.elastic.co/t/including-additional-field-in-tool-tip-for-dot-chart/116800 "2018-01-24T05:08:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Nikhil\_Utane](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nikhil_utane/32/27547_2.png) [@Nikhil\_Utane](https://discuss.elastic.co/u/Nikhil_Utane)
#### Post date: [January 24, 2018, 5:08am UTC](https://discuss.elastic.co/t/including-additional-field-in-tool-tip-for-dot-chart/116800/1 "2018-01-24T05:08:32Z")

</div>

I am creating a dot plot using the standard Line chart visualization.  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/9/9/993230e290f63c95b968a5e152be75edb099b0df.png)  
Everything is working fine and I can see various dots corresponding to some key event. When I hover over any single dot, I see a tool-tip as below.  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/1/f/1f369b8c47896e06a5730915c8ba548afa5c4983.png)  
However, along with these fields, I want to show any additional field (say hostname) that shows which host the event was generated from. I don't want to split the chart or anything. Just want to include in the tool-tip.  
Can I achieve that using the advanced JSON input field? If so, how?

Thanks  
Nikhil

---

<div class="post-metadata">

### Author: ![Nathan\_Reese](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nathan_reese/32/84829_2.png) [@Nathan\_Reese](https://discuss.elastic.co/u/Nathan_Reese)
#### Post date: [January 24, 2018, 5:11pm UTC](https://discuss.elastic.co/t/including-additional-field-in-tool-tip-for-dot-chart/116800/2 "2018-01-24T17:11:26Z")

</div>

You can not.

The dot chart is not showing you documents. The dot chart is showing you aggregated results. Meaning, each dot is showing you the results for all documents in the x-axis bucket. Most likely, each bucket contains many different values for host.

---

<div class="post-metadata">

### Author: ![Nikhil\_Utane](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nikhil_utane/32/27547_2.png) [@Nikhil\_Utane](https://discuss.elastic.co/u/Nikhil_Utane)
#### Post date: [January 29, 2018, 9:01am UTC](https://discuss.elastic.co/t/including-additional-field-in-tool-tip-for-dot-chart/116800/3 "2018-01-29T09:01:11Z")

</div>

Thanks for your response Nathan. I get it.

---

<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: [February 26, 2018, 9:01am UTC](https://discuss.elastic.co/t/including-additional-field-in-tool-tip-for-dot-chart/116800/4 "2018-02-26T09:01:24Z")

</div>

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