Dashboards & Visualizations

How does trellis scale independent work?

cfoleydivert
Explorer

When I select trellis mode for a line chart visualization, there is an option for scale to be shared or independent.
When I this in a dashboard panel, there is a simple xml option "charting.layout.splitSeries.allowIndependentYRanges".

I cannot figure out what effect these options have, what they do, how they work. The documentation is not clear (to me). The closest previous question I can find is "How do I independantly scale x-axis in charts in Trellis?" - there is no answer for that at this writing.

My aim is for some charts in trellis layout have a linear Y scale, and some to have a log scale.
Any ideas or more info available on this?

0 Karma
1 Solution

kmaron
Motivator

The Independent vs Shared scale options for Trellis toggle between all trellis charts having the SAME Y scale (shared) or for each of them to scale the Y axis based on the information present for that variable (independent).

(the XML value charting.layout.splitSeries.allowIndependentYRanges does the same as the toggle in the Trellis options)

for example if you're splitting by month and March has a maximum value of 5 and April has a maximum value of 50. Choosing Shared will make both charts' Y-Axis max out around 50. If you choose independent the March chart will max out around 5 and April around 50.

In the visualization format you can choose linear vs log but it will change ALL of the trellis charts. I don't believe there is a way to split and have some linear and some log.

View solution in original post

0 Karma

kmaron
Motivator

The Independent vs Shared scale options for Trellis toggle between all trellis charts having the SAME Y scale (shared) or for each of them to scale the Y axis based on the information present for that variable (independent).

(the XML value charting.layout.splitSeries.allowIndependentYRanges does the same as the toggle in the Trellis options)

for example if you're splitting by month and March has a maximum value of 5 and April has a maximum value of 50. Choosing Shared will make both charts' Y-Axis max out around 50. If you choose independent the March chart will max out around 5 and April around 50.

In the visualization format you can choose linear vs log but it will change ALL of the trellis charts. I don't believe there is a way to split and have some linear and some log.

0 Karma

cfoleydivert
Explorer

Thank you!!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...