0

I'm trying to do a special stacked column chart with Sencha and I'm wondering if somebody already did it?

The example is explained in Sencha support forum (what helpful support ;-) )

Solutions with other charting libraries are welcomed.

ic3
  • 7,917
  • 14
  • 67
  • 115

1 Answers1

1

FusionCharts XT provides the chart type you require out of the box.

The chart type you want is essentially a "Stacked Column Multi-series" chart.

Here is a direct link to what you want - http://www.fusioncharts.com/demos/gallery/stacked-charts/chart.asp?id=msstackedcolumn2d_1

You can find the entire gallery for stacked charts here - http://www.fusioncharts.com/demos/gallery/#stacked-charts

Plus, FusionCharts XT has all JavaScript charts.

Hrishikesh Choudhari
  • 11,617
  • 18
  • 61
  • 74
  • It's a bit too expensive for us, but yes they implement this special stack version. – ic3 Mar 17 '12 at 08:29