Dashboards & Visualizations

How to add y-axis description in a bar chart?

HeinzWaescher
Motivator

Hi,

I've a created a bar chart, which looks fine in the saved report. After adding the report to a dashboard, the description on the y-axis is not available.

It should look like this example:

http://docs.splunk.com/File:Charts_-_bar.png

But the sendout, indexer, regexreplacement is missing in the dashboard panel

Thanks in advance

Heinz

Tags (1)
0 Karma
1 Solution

HeinzWaescher
Motivator

Great, thanks!

0 Karma

MichaelPriest
Communicator

Has it worked for you?

0 Karma

HeinzWaescher
Motivator

Yes, now all labels are available

0 Karma

MichaelPriest
Communicator

Have you got the XML code/search for it?

0 Karma

HeinzWaescher
Motivator

Sure, here it is:

<panel>
  <chart>
    <search ref="test"></search>
    <option name="charting.axisLabelsX.majorLabelStyle.overflowMode">ellipsisNone</option>
    <option name="charting.axisLabelsX.majorLabelStyle.rotation">0</option>
    <option name="charting.axisTitleX.visibility">visible</option>
    <option name="charting.axisTitleY.visibility">visible</option>
    <option name="charting.axisTitleY2.visibility">visible</option>
    <option name="charting.axisX.scale">linear</option>
    <option name="charting.axisY.scale">linear</option>
    <option name="charting.axisY2.enabled">false</option>
    <option name="charting.axisY2.scale">inherit</option>
    <option name="charting.chart">bar</option>
    <option name="charting.chart.bubbleMaximumSize">50</option>
    <option name="charting.chart.bubbleMinimumSize">10</option>
    <option name="charting.chart.bubbleSizeBy">area</option>
    <option name="charting.chart.nullValueMode">gaps</option>
    <option name="charting.chart.sliceCollapsingThreshold">0.01</option>
    <option name="charting.chart.stackMode">default</option>
    <option name="charting.chart.style">shiny</option>
    <option name="charting.drilldown">all</option>
    <option name="charting.layout.splitSeries">0</option>
    <option name="charting.legend.labelStyle.overflowMode">ellipsisStart</option>
    <option name="charting.legend.placement">left</option>
    <option name="wrap">true</option>
    <option name="rowNumbers">false</option>
    <option name="dataOverlayMode">heatmap</option>
    <option name="count">10</option>
  </chart>
</panel>
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...