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
Revered Legend

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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

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 ...