Dashboards & Visualizations

Is it possible to disable the greying out of line charts on hover?

lsy9891
Engager

Hi,

Is it possible to disable the greying out of other lines when you hover over a line in Splunk line chart in XML?
I'm displaying the dashboards in a desktop that's for public viewers so I would not like the charts to change as easily as moving the mouse?

0 Karma

niketn
Legend

@lsy9891 if you are on Splunk version 7x or higher you can use Charting Legend as seriesCompare for Line or Area chart, which would allow you to hover over the chart and it will display corresponding values of all series as Legend on right at the same time.
You can enable Series Compare for Legends
1. Either through UI > Edit > Format Visualization > Legend > Compare Series > On
2. Or through Simple XML chart configuration:

 <option name="charting.legend.mode">seriesCompare</option> 

Refer to documentation: https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference#Area.2C_Bubble.2...

As an alternative to built in Line or Area chart you can also check out Horizon Chart Custom visualization built by Splunk.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

lsy9891
Engager

Ok this might be a workaround-how about column charts with one series? I put this option for the bar chart and it still greys out?

0 Karma

lsy9891
Engager

Also it still greys out when u hover over the legend.

0 Karma
Get Updates on the Splunk Community!

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...