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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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