Splunk Search

Why is line chart color is not getting change?

mottig
Path Finder

Hi

Im trying to change the color of a line chart with:

<option name="charting.seriesColors">[000000FF]</option> 

but the color remains with the default red color

Labels (1)
0 Karma
1 Solution

bowesmana
SplunkTrust
SplunkTrust

Use

<option name="charting.fieldColors">{"YourSeries":0x0000FF, "OtherSeries": 0xFF0000}</option>

See reference

https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/ChartConfigurationReference

 

View solution in original post

mottig
Path Finder

Thank you it worked

0 Karma

bowesmana
SplunkTrust
SplunkTrust

Use

<option name="charting.fieldColors">{"YourSeries":0x0000FF, "OtherSeries": 0xFF0000}</option>

See reference

https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/ChartConfigurationReference

 

Get Updates on the Splunk Community!

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 ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...