I want to create a line charts with 4 series and the x axis is the date. 2 of the series can use one y axis (e.g., temperature from 0~150) and the other 2 will use a different y axis (e.g., CO2 level from 0 ~ 900). I saw the example here for multiple y axis. https://www.highcharts.com/demo/combo-multi-axes
But is there a way to create one y axis and use it for more than one data series? Thank you very much!
Just found the way - posted this question too fast :)
One can assign the y axis to a data series in the data series definition, using the property yAxis.
This is the example from Highcharts.com