Dashboards & Visualizations

Choropleth White Band Colour Change

WalshyB
SplunkTrust
SplunkTrust

Hey Guys,

I've searched and haven't been able to find the answer to this?

The first band in my choropleth map is the range 0-10000, this shows as white but I would like to change it to a different colour as I feel that white potentially gives the impression that there are no results for that country. Is this possible?

1 Solution

WalshyB
SplunkTrust
SplunkTrust

Fixed this by using some css to find points in the map which were white. May not be the best way but it is working as intended for me.

path[fill="#ffffff"] {
fill: #ff1a1a;
}

rect.legend-color.legend-elem[fill="rgb(255,255,255)"] {
fill: #ff1a1a;
}

View solution in original post

WalshyB
SplunkTrust
SplunkTrust

Fixed this by using some css to find points in the map which were white. May not be the best way but it is working as intended for me.

path[fill="#ffffff"] {
fill: #ff1a1a;
}

rect.legend-color.legend-elem[fill="rgb(255,255,255)"] {
fill: #ff1a1a;
}

DalJeanis
SplunkTrust
SplunkTrust

@WalshyB - Thanks for posting your solution for others. Please accept your answer to mark the question as solved.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...