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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...