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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...