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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...