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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...