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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...