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!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...