Dashboards & Visualizations

How to change the Tooltip of the area chart?

Octrapus
Engager

Hello, 
i have the chart created as area chart shown in the attached screen shot.

Octrapus_1-1659615272894.png

 

if you could see the tooltip which is being shown is the value of the column at that point of time. I would like to edit this tool tip and add some more info to the tooltip which should be taken from the third column and i dont want to show the third column in the chart.

Output from the query 

_timeEvictionsHits
2022-07-26 10:03:30.86400
2022-07-26 10:03:32.02100
2022-07-26 10:03:33.18400
2022-07-26 10:03:34.46012803131779
2022-07-26 10:03:35.81224627251059
2022-07-26 10:03:37.33040209404141
2022-07-26 10:03:38.97957844576308

 

I have changed the query to have the output as 

_timeEvictionsHitsReads
2022-07-26 10:03:30.864000
2022-07-26 10:03:32.021000
2022-07-26 10:03:33.184000
2022-07-26 10:03:34.46012803131779131779
2022-07-26 10:03:35.81224627251059251059
2022-07-26 10:03:37.33040209404141404141
2022-07-26 10:03:38.97957844576308576308
2022-07-26 10:03:40.52373288727097727097
2022-07-26 10:03:41.85187340859045859045

 

I want to have the reads column added in the tooltip to just show under the tooltip

 

Labels (1)
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...