- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Is there any way that I can customize the color of column or bar chart? since I wanted to represent green, yellow and red for running, idle and stop. thanks!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@mdmaala running, idle and stop are the columns in your table you can use charting.fieldColors chart configuration. Refer to one of my older answers.
https://answers.splunk.com/answers/548161/how-to-change-colour-of-graphs.html
You can also refer to Splunk documentation for details on Chart configuration reference: https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference
| makeresults | eval message= "Happy Splunking!!!"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@mdmaala running, idle and stop are the columns in your table you can use charting.fieldColors chart configuration. Refer to one of my older answers.
https://answers.splunk.com/answers/548161/how-to-change-colour-of-graphs.html
You can also refer to Splunk documentation for details on Chart configuration reference: https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference
| makeresults | eval message= "Happy Splunking!!!"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thank you so much!
