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!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...