Above is a sample piece of code that I have plotted using the arearange chart. The graph is plotted successfully just as I wanted it to be. But there seems to be a problem. I want the series name “AREA1” and “AREA2” to be shown in the midpoint of the respective y-axis values. ie “Area 1” should be shown at
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
Highchart does not render on webpage, Javascript
I have data points in thousands of numbers in my database. So what I want is to display those data points in my webpage Chart using Highcharts. What I have done so far is that I have fetched the data …