Highcharts grouped bar charts with multiple axes
问题 I was unsatisfied with the answer here: Multiple y-axes for column graph categories in highcharts I understand that you can create multiple y-axes can select them using yAxis:0,1,2 etc. for each series. Is it possible to do this for groups of bar graphs? In the following example, I want 3 groups (Count A, Count B, Percent) each with 4 people (John, Joe, Jane, Janet). How do I do that in addition to having the count groups on one axes and the percent group on the other? $('#container')