Dashboards & Visualizations

How to show values only for data overlay in a chart?

anuremanan88
Explorer

I have a bar chart with a data overlay in it. The chart shows the data values for the fields "Error" "Warn" and "Total". I require the chart to show values only for the field "Total". Other two fields "Error" and " Warn" should not show any values. alt text

Tags (1)

mdsnmss
SplunkTrust
SplunkTrust

When you open up the edit visualization you can turn off the "Show Data Values". This will turn off the overlay values for all fields though. You can get the values by hovering over each part of the chart but it doesn't look like there is an easy way to get just "Totals" to show the value. For the option <option name="charting.chart.showDataLabels">all</option>, only "all", "none", and "minmax" are available options. Here is the Chart XML reference: http://docs.splunk.com/Documentation/Splunk/7.0.2/Viz/ChartConfigurationReference. In order to get the value for just the total it might require some javascript behind the dashboard.

alt text

0 Karma

anuremanan88
Explorer

I have this option already enabled this option. It will enable datavalues for all fields. However I was looking to enable datavalue only for certain fields.

0 Karma

tomaszwrona
Explorer

Hi,

try this option within your XML:

<option name="charting.data.fieldHideList">["Error","Warn"]</option>

Best regards
Tomasz

0 Karma

anuremanan88
Explorer

This option is hiding the fields Error and Warn. I want the chart for these fields, but it should hide the data values for these fields.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...