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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...