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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...