Splunk Search

Colors inversed in my piechart ! why ?

henriq_c
Explorer

Hi !

I have a piechart and I assigned red color for a x value and green color for a y value on it. But sometimes it switches (green for x and red for y...)! What is the reason ?

How to keep it stable without inversion of colors ?

Thank you

0 Karma
1 Solution

harsmarvania57
Ultra Champion

Try below configuration, replace X_VALUE and Y_VALUE in below config with actual values.

<option name="charting.fieldColors">
  {"X_VALUE": 0xFF0000, "Y_VALUE":0x009900}
</option>

View solution in original post

0 Karma

harsmarvania57
Ultra Champion

Try below configuration, replace X_VALUE and Y_VALUE in below config with actual values.

<option name="charting.fieldColors">
  {"X_VALUE": 0xFF0000, "Y_VALUE":0x009900}
</option>
0 Karma

henriq_c
Explorer

i used this like that

<option name="charting.legend.labels">["x","y"]</option>
 <option name="charting.seriesColors">[0x169F3E,0xFF0000]</option>
0 Karma

harsmarvania57
Ultra Champion

charting.seriesColors will not work for specific colors to specific values, in this case you need to use charting.fieldColors

Here is documentation for charting.seriesColors

Note: To apply static colors to specific fields use the charting.fieldColors property. 

Ref. doc https://docs.splunk.com/Documentation/Splunk/7.2.4/Viz/ChartConfigurationReference#General_chart_pro...

0 Karma

harsmarvania57
Ultra Champion

Recently have you upgraded the Splunk ? Are you using charting.fieldColors in your chart to set color ?

0 Karma

henriq_c
Explorer

For the piechart I use [0x169F3E,0xFF0000]

How do use it for 2 values in a piechart ?
I have the 7.0.x version of splunk

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...