- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to display multiple values within stacked bar chart?
Sss
Path Finder
06-22-2023
04:58 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
06-22-2023
05:33 AM
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sss
Path Finder
06-22-2023
11:45 AM
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.
