Create Multi-dataset Stack Bar Chart that shares same axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
arofrano
Posts: 2
Joined: Fri Jun 04, 2010 7:30 pm
antibot: No, of course not.

Create Multi-dataset Stack Bar Chart that shares same axis

Post by arofrano » Fri Jun 04, 2010 7:44 pm

I am trying to create a stacked bar chart that is time based by weeks (12/1, 12/8 etc.). The week entries represent the X (bottom) axis. My first dataset contains values for those weeks to fill the stacked bar chart for dataset #1. The second dataset needs to share the X axis values so that the series values specified for dataset #2 line up with the same weeks as dataset 1. This was done in OverlaidBarChartDemo2 for a single Bar Chart but I require a sample like that for a Stacked Bar Chart. would there be an example available for that chart type?
Thanks,
Art

Locked