Dashboards & Visualizations

What is the DOM property name for Chart Overlay line?

sandeeprachuri
Path Finder

Chart overlay line default color is "yellow". But, I am trying to see it in red color.

Tried this with different DOM properties in my CSS:

g.highcharts-tracker stroke {
fill: blue !important;
}

g.highcharts-markers.highcharts-tracker {
stroke: 0xFF0000 !important;
}

g.highcharts-marker {
stroke: 0xFF0000 !important;
}

But none of them has worked.

Does anybody have the idea to achieve this?

Thanks,
Sandeep

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...