I ran into a slight problem. Im trying to make a column graph like this one using highcharts: http://www.highcharts.com/demo/column-basic
The individual series are spring, summer, fall and winter and as categories I use various varibales such as air humidity, pressure etc. Now the problem is that I wanted to use multiple y-axes, because obviously humidity for example ranges between 0 and 100, pressure is around 1000 and they have different units as well. In the documentation I found that it is possible to set multiple axes but the problem is that it only shows how to specifiy axis for each series. In this case however, I obviously do not want separate axes for series (humidity is similiar in spring, summer etc.), but I want different axes for the individual categories. Does anyone know it this is possible and if how?
Yes that is possible, see http://www.highcharts.com/demo/combo-multi-axes
The trick is to use yAxis in your series, specifying an integer. As in the above example: