I am struggling to find a good jquery chart framework that supports stacked multiple y-axis so that multiple charts can be plot in a graph .I am looking at something similar to http://www.tushar-mehta.com/excel/newsgroups/stacked_charts/ or the complex graph in http://www.goldensoftware.com/Newsletter/issue52g using jQuery charting frameworks.
I have looked at the Highcharts ,Kendo Charts but could not find any options that would provide stacked y-axis on single x-axis
Here is an example of such a chart in Highcharts
:
http://jsfiddle.net/jlbriggs/LHZ3E/5/
It as an Individuals and Moving Range control chart. The two sections are separate y axes, with a shared x axis in a single plot.
I would highly recommend Highcharts for this and nearly any other charting use.