Dashboards & Visualizations

Supress "Y" axis scale

cjbanas
New Member

I am using a stacked bar chart to display average responses to survey questions. Each block displays the average for that question. The charts have four to five questions. I would like to be able to suppress the scale on the "Y" axis as it shows the total of the blocks in the bar which is confusing. alt text

Tags (1)
0 Karma
1 Solution

mayurr98
Super Champion

hey you can add below in XML dashboard to remove values

<option name="charting.axisLabelsY.majorLabelVisibility">hide</option>            

Also, go to Format Visualization>>Y-Axis>>Title>>Select None to remove Y-axis label.

I hope this helps you!

View solution in original post

somesoni2
SplunkTrust
SplunkTrust

Try adding following to your dashboard xml, in the panel visualizaton.

<option name="charting.axisLabelsY.axisVisibility">hide</option>
<option name="charting.axisLabelsY.majorTickVisibility">hide</option>
0 Karma

mayurr98
Super Champion

hey you can add below in XML dashboard to remove values

<option name="charting.axisLabelsY.majorLabelVisibility">hide</option>            

Also, go to Format Visualization>>Y-Axis>>Title>>Select None to remove Y-axis label.

I hope this helps you!

santosh_sshanbh
Path Finder

XML option is depreciated and selecting Y axis title to None still shows the values on Y axis.

0 Karma

cjbanas
New Member

Thanks for the fast response and easy to implement action.

Christopher

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...