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!

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