jakkwylde Report post Posted June 20, 2007 I'm having an issue with the display of a multi-series bar chart. I want there to be only one "group" or category plotted as indicitive in my example XML below, with two bars stacked on top of each other. When I use the following XML, everything works correctly, but the '2006' series bar is not plotted... any ideas? -------------------------------------------- <chart caption='Costs / Square Foot' > <categories> <category label='Buildings' /> <category label='' /> </categories> <dataset seriesName='2005' color='33FF66'> <set value='12' /> </dataset> <dataset seriesName='2006' color='FF6600'> <set value='11' /> </dataset> </chart> Share this post Link to post Share on other sites
Pallav Report post Posted June 22, 2007 This bug was fixed in v3.0.2. The latest release is v3.0.3, which can be downloaded from www.fusioncharts.com/PUC > My Orders > Re-download. Share this post Link to post Share on other sites
jakkwylde Report post Posted June 22, 2007 Thanks, that did the trick! Share this post Link to post Share on other sites