How do i add a unit for my individual Y axis?
I have 4 axis, all with different units (C, hPa, %)
My tooltip is currently like this:
tooltip: {
formatter: function() {
return ''+
Highcharts.dateFormat('%H:%M',this.x) +': '+ this.y;
}
}
You can change the tooltip according to series.
Example
Demo