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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...