I have a requirement to create a marmimekko chart using Highcharts (no other library).
A simple version of this type of chart can be found in the question - Highcharts Marimekko chart refresh
However, my requirement is more complex and I need to have a stacked-column like marimekko chart (similar to what fusion provides - http://www.fusioncharts.com/charts/marimekko-charts/).
The area chart approach may not be the best for this. Other options that I looked into include setting the pointWidth of the series (this doesn't help since I want different column widths for different points of the same series).
A partial implementation from Highcharts that I came across - http://highcharts.uservoice.com/forums/55896-general/suggestions/2303560-multi-dimensional-column-charts
Any ideas, suggestions or examples on how I can create such marimekko charts using Highcharts?