Dashboards & Visualizations

Bar chart minimum height

slyskawa
Engager

I am creating a bar chart in a dashboard panel that requires more than the default height because of the number of elements in the chart. How can I setup the chart so that users are not forced to resize the chart themselves in order to read the labels.

I tried the following with no success:

  <option name="charting.chart.useAbsoluteSpacing">true</option>
  <option name="charting.chart.barSpacing">5</option>
  <option name="height">900</option>
Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

By your syntax you're referring to the Simplified XML <chart> syntax, and you're really really close. It is indeed the "height" option. The problem is that you have to put a "px" on the end or it will ignore your height.

<option name="height">400px</option>

One other thing to be aware of, is that whenever a user actually does resize the chart, then the value they resized it to will take effect thereafter, even if the admin goes in afterwards and changes the value specified in the XML.

There are things you can do to remedy that, like turning off the state-preservation on the dashboard so it doesn't remember the resized heights later, or turning off the resizing UI so the user can't resize the chart at all. However I think both of those require converting to the advanced XML first.

View solution in original post

sideview
SplunkTrust
SplunkTrust

By your syntax you're referring to the Simplified XML <chart> syntax, and you're really really close. It is indeed the "height" option. The problem is that you have to put a "px" on the end or it will ignore your height.

<option name="height">400px</option>

One other thing to be aware of, is that whenever a user actually does resize the chart, then the value they resized it to will take effect thereafter, even if the admin goes in afterwards and changes the value specified in the XML.

There are things you can do to remedy that, like turning off the state-preservation on the dashboard so it doesn't remember the resized heights later, or turning off the resizing UI so the user can't resize the chart at all. However I think both of those require converting to the advanced XML first.

slyskawa
Engager

I found that "height" satement in an post under answers, I couldn't find it in the official documenation. I have no problem witht he user resizing the chart afterwards, I just want to avoid the "it's all squished together" emails that I would receive if I don't increase the default.

Thanks for your timely and accurate response.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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