Dashboards & Visualizations

How to scale the Y-axis larger

vadud3
Path Finder

I have this custom view where the availability of app shows 99.97%. But in the chart below it looks like 100%. How do I stretch the Y-axis, so that it does look to be 100% ?

http://picpaste.com/custom.png

Thanks for your help

Tags (1)
0 Karma

emma
Splunk Employee
Splunk Employee

You can make changes to your chart (including the size of the axes) using the custom charting properties. A number of these are documented here:

http://www.splunk.com/base/Documentation/latest/Developer/ChartReference

Please also read the documentation about how to use these properties from within your chart here:

http://www.splunk.com/base/Documentation/latest/Developer/AddAChart

Cheers Emma

Paolo_Prigione
Builder

Hi,

I'd rather suggest you use the "single value" display mode, which also gives you the ability to color-code value ranges. e.g. 0->50% : red 50.1->80%: yellow else : green

If you want to stay with the chart, the problem is that 99.97 is really close to 100 on pretty much any scale. A trick could be to stack onto your avail.% the difference between its value and 100%, so to fill the (small) gap with a different color.

Or, you can simply expand the chart to a huge height and set a "1" secondary scale on the y axis. Although I really wouldn't recommend this...

Bye Paolo

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: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

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

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