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!

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

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

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...