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!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...