Dashboards & Visualizations

How to display multiple values within stacked bar chart?

Sss
Path Finder

If I need to display data over stacked bar chart,where these values are based on multiple values which are numeric.

How can i modify the chart command,where x-axis represents year and y-axis with numeric data.

Labels (1)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If you have the month on every line, and the percentage is numeric (not a string) then a column chart with stacked option should suffice

0 Karma

Sss
Path Finder

Thank you,this worked for me

Is there any way to add % symbol within the bar chart values

The query which i used is-

| savedsearch T1
| eval COLUMN1 = mvappend(COLUMN1, "%")
| chart values(COLUMN1) as COLUMN1 by YEAR, COLUMN2

 

Here,mvappend wasn't working is there any other way how i can add % symbol to the value.

Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...