I'm trying to do a chart with stacked columns but for each column having different entries. I will explain myself better.
I would like to use the demo of Highcharts:
http://www.highcharts.com/demo/column-stacked
But:
In the demo, the series are always the same: John, Jane and Joe. What I need, is to have different series for each column (xAxis category). I tried the plugin "https://raw.github.com/blacklabel/grouped_categories. This is fine to have multiple series grouped, but the grouped series are split into multiple columns: I need just one stacked column for each multiple series.
For example:
I want to group the population living in the west coast: I need a stacked column with the data from CA, WA and so on, And the column should clearly show every state, one on the top of the other. Then, in another column I want to group the population of the east coast, grouping in one column FL, NY and so on.
Can someone please help me? Many thanks Vignus
'+ this.series.name +': '+ this.y +'
'+ 'Total: '+ this.point.stackTotal; Is there a way to show just the current name (for example only NJ or WA) instead of all the series (NY, WA,KY, NC)? – user2401403 May 20 '13 at 13:37
'+ but is not helping a lot... – user2401403 May 21 '13 at 11:48