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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...