Splunk Search

How to change the range of colors for D3 Chart?

shariinPH
Contributor

Hi Splunkers!

Anyone here who knows how to change the range of colors for D3 Chart?

Hope someone can help us with this.

Thanks!

1 Solution

shariinPH
Contributor

we already figured out how to change the color range of the d3charts
from the default code:

color(d3.scale.category10().range());

change the code to your desired color combinations

color(d3.scale.ordinal().range(["hexcolor1", "hexcolor2", "hexcolor3", "hexcolor4", "hexcolor5", "hexcolor6", "hexcolor7"]).range());

hope this might help! 🙂

Cheers,
shariinPH

View solution in original post

shariinPH
Contributor

we already figured out how to change the color range of the d3charts
from the default code:

color(d3.scale.category10().range());

change the code to your desired color combinations

color(d3.scale.ordinal().range(["hexcolor1", "hexcolor2", "hexcolor3", "hexcolor4", "hexcolor5", "hexcolor6", "hexcolor7"]).range());

hope this might help! 🙂

Cheers,
shariinPH

Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...