- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Displaying data from another chart onto a column chart
Hi,
I created a column chart that displays avg(totalTime) over a 5min increment by the organization. I am looking to add in the bottom corner of the chart the latest count of the organization. I just want to display the count at the bottom of the chart where the legend is. How do I accomplish this?
Column Chart query to graph avg(totalTime) by organization
index | timechart span-5m avg(totalTime) as avg
Volume (where I want to display the value of the latest count on the chart above near the legend)
index | timechart span=5m count by organization
Kindly help.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, thanks for letting me know.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Essentially, you can't do this - you have the chart and the legend, nothing else. Having said that, you could rename the x-axis field so that it includes the data you want to display. However, since your x-axis is _time, if you rename it to something else, it will not be displayed in the same was - x-axis using _time are treated in a special way by charts.
