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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...