Skip to content
Advertisement

Tag: highcharts

Highcharts diffent color @ Temperature Line

I have a question about highcharts: How can I display my temperature line in red above 0°C and blue below 0°C ? My code currently looks like this: Answer Use color and negativeColor properties: Live demo: http://jsfiddle.net/BlackLabel/9hnef5x2/ API Reference: https://api.highcharts.com/highcharts/series.line.negativeColor https://api.highcharts.com/highcharts/series.line.color

Advertisement