rvats Report post Posted December 29, 2011 (edited) In a stacked 3d column chart, if there is a set with value as 0, then it gets displayed (out of proportion) when JavaScript rendering is used, but it does not get displayed at all in Flash charts (the correct behaviour). Here's the xml to reproduce this issue (see screenshots as well): <chart bgColor='DDDDDD,FFFFFF' bgAlpha='100' useRoundEdges='1' caption='A & B' palette='1' showLegend='1' legendPosition='BOTTOM' labelDisplay='Stagger' staggerLines='2' showValues='0' animation='1' unescapeLinks='0'><categories><category label='Action'/><category label='1'/></categories><dataset seriesName = '> 2sd [asasd]' renderAs = 'Column' ><set value='0.0'/><set value=''/></dataset><dataset seriesName = '< 1 [as]' renderAs = 'Column' ><set value='28.0'/><set value=''/></dataset><dataset seriesName = '3' renderAs = 'Column' ><set value=''/><set value='28.0'/></dataset></chart> Is there a quick fix for this? Thanks, Rohit Edited December 29, 2011 by rvats Share this post Link to post Share on other sites
rvats Report post Posted December 30, 2011 (edited) We are using v3.2.2: /** * The version of FusionCharts.js */ version: [3, 2, 2, 'release', 3880] Edited December 30, 2011 by rvats Share this post Link to post Share on other sites
rvats Report post Posted January 5, 2012 Any updates on this issue? Share this post Link to post Share on other sites
Swarnam Report post Posted January 6, 2012 Hi, Yes, this issue has been identified in HTML 5 charts. This will be fixed and updated in out next service release. As a work around, if value is zero, then set element as <set value='' /> Hope this helps. Share this post Link to post Share on other sites
rvats Report post Posted February 9, 2012 Thanks! The issue is now fixed the by the latest release. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 10, 2012 Hi. Glad that, your issue is resolved. Happy FusionCharting ! Share this post Link to post Share on other sites