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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

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 ...