All Apps and Add-ons

How to change Cluster Map marker color?

xmdofp
Engager

I need to change the colors on the markers for a cluster map. Currently they are purple, but it blends in with other things on the map, causing it to be hard to track. I am using it in the Splunk App for Web Analytics App. Any ideas?

0 Karma
1 Solution

jpolcari
Communicator

I was able to change the coloring of one of my maps with some custom CSS. You can add it to the dashboard source code. You can change the fill value to whatever color you'd like.:

      <html>
            <style>
            path {
                fill:#53b91a;
            }
            </style>
       </html>

View solution in original post

jpolcari
Communicator

I was able to change the coloring of one of my maps with some custom CSS. You can add it to the dashboard source code. You can change the fill value to whatever color you'd like.:

      <html>
            <style>
            path {
                fill:#53b91a;
            }
            </style>
       </html>

xmdofp
Engager

That works, but I have a pie chart on this page and now pretty much everything is that color, which makes it impossible to differentiate.

Thanks!

0 Karma
Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...