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!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...