Using Highcharts, I would like to create a population pyramid similar to this one:
but that would compare different regions. So instead of one bar for every age group & gender, I would have 3 bars, each representing a different region.
What I have so far is this, but I’m not sure if I’m headed in the right direction.
As you can see, the bars for a given age category and region are not aligned with each other: what I want is to have the bars for a region correctly aligned for both genders, so that they appear as 3 bars (one for each region) instead of 6. How can I achieve this?
one up for you jsFiddle
now answering your question
WORKING jsFiddle