Dashboards & Visualizations

XML options to change area chart from split to combined

rshoward
Path Finder

<option name=" ??? ">combined</option>

Tags (3)
0 Karma
1 Solution

sideview
SplunkTrust
SplunkTrust

Sounds like you're talking about splitSeries

in the Simplified XML you would put this inside your <chart>

<option name="charting.layout.splitSeries">False</option>

and in the advanced XML you'd put this inside your HiddenChartFormatter module:

<param name="charting.layout.splitSeries">False</param>

However it's strange that you'd ask this question because False is the default. In other words if you're seeing the split series mode, that means your view already has this configuration in there, and it would be set to True. So maybe you mean something else.

There are some more (very advanced) docs about this at:

http://www.splunk.com/base/Documentation/latest/Developer/AdvChartingConfig-LayoutData

View solution in original post

sideview
SplunkTrust
SplunkTrust

Sounds like you're talking about splitSeries

in the Simplified XML you would put this inside your <chart>

<option name="charting.layout.splitSeries">False</option>

and in the advanced XML you'd put this inside your HiddenChartFormatter module:

<param name="charting.layout.splitSeries">False</param>

However it's strange that you'd ask this question because False is the default. In other words if you're seeing the split series mode, that means your view already has this configuration in there, and it would be set to True. So maybe you mean something else.

There are some more (very advanced) docs about this at:

http://www.splunk.com/base/Documentation/latest/Developer/AdvChartingConfig-LayoutData

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, ...