|
I have 10 results, but the chart compresses the tick labels to only show 5. I've tried setting the following to no avail.
I guess I want to make the chart taller so that it will display all the entries (for instance if it were a top 10 list) |
|
Well if making the chart bigger is an option, and leaving the tick mark stuff set to the defaults (auto), then you can set the height
but have you tried the
http://www.splunk.com/base/Documentation/4.1.3/Developer/ChartReference Yep, tried those verbatim and the chart still scales in height to only show 5 of the results. Forcing the height with the height option mentioned works, but is there no auto-scaling functionality that would handle that? I figured one of the tags I mentioned above would have provided that. no?
(22 Jun '10, 18:15)
caphrim007
|
|
This will force all the labels to show, regardless if there's enough room to display all of them without overlapping:
Unfortunately, there is no auto-scaling functionality that will change the dimensions of the chart based on the number of labels on an axis. Your best option if you don't want overlapping is to manually increase the height using the height option. |
