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
Use
<option name="charting.fieldColors">{"YourSeries":0x0000FF, "OtherSeries": 0xFF0000}</option>
See reference
https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/ChartConfigurationReference
Thank you it worked
Use
<option name="charting.fieldColors">{"YourSeries":0x0000FF, "OtherSeries": 0xFF0000}</option>
See reference
https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/ChartConfigurationReference