Dashboards & Visualizations

colors on dashboard

0range
Communicator

How to customize colors on my dashboard? I don't want line "Error" to be blue and "Success" to be red. It's confusing

1 Solution

nfilippi_splunk
Splunk Employee
Splunk Employee

To add to linu1988's answer, I would take a look at "charting.fieldColors" to explicitly associate field names with colors.

If you edit the simple xml source, and find the chart element, add the following chart option:

<option name="charting.fieldColors">{"Error": 0xFF0000,"Success":0x00FF00}</option>

View solution in original post

nfilippi_splunk
Splunk Employee
Splunk Employee

To add to linu1988's answer, I would take a look at "charting.fieldColors" to explicitly associate field names with colors.

If you edit the simple xml source, and find the chart element, add the following chart option:

<option name="charting.fieldColors">{"Error": 0xFF0000,"Success":0x00FF00}</option>

linu1988
Champion

[error,warn,info]
[0xFF0000,0xFFFF00,0x00FF00]

in hiddenchart module/simple xml

for more customization option:
http://docs.splunk.com/Documentation/Splunk/5.0.3/Viz/Chartcustomization

0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

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

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...