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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...