sgiTed Report post Posted July 2, 2013 (edited) Hello all. I'm experiencing some weirdness when the values provided to the Javascript version of StackedColumn2D are less than one. Specifically, the sums do not always render at the top of the stacks / columns. Environment: Firefox v22.0 on Windows 7 (with reports of the same thing happening on Firefox v19 on Mac) FusionCharts.version: 3,3,1,sr2,19840 Screenshot: HTML: <html> <head> <title>JS StackedColumn2D ShowSum can't seem to handle small numbers</title> <script type="text/javascript" src="FusionCharts/FusionCharts.js"> </script> </head> <body> <div> FusionCharts.version: <script type="text/javascript">document.write(FusionCharts.version);</script> </div> <div id="chartDiv"/> <script type="text/javascript"><!-- // FusionCharts.debugMode.enabled( function() { console.log(arguments); }, 'verbose'); var myChart = new FusionCharts("StackedColumn2D", "theChartJS", "800", "600"); myChart.setDataURL("chart.xml"); myChart.render("chartDiv"); // --> </script> </body> </html> chart.xml: <chart showSum="1" caption="JS StackedColumn2D ShowSum can't seem to handle small numbers."> <categories> <category label="Mar 2013"/> <category label="Apr 2013"/> <category label="May 2013"/> <category label="Jun 2013"/> </categories> <dataset seriesName="Ground"> <set value="0.74"/> <set value="0.98"/> <set value="0.60"/> <set value="0.28"/> </dataset> <dataset seriesName="Expedited"> <set value="0.24"/> <set value="0.08"/> <set value="0.02"/> <set value=""/> </dataset> <!-- <dataset seriesName="Ground"> <set value="74"/> <set value="98"/> <set value="60"/> <set value="28"/> </dataset> <dataset seriesName="Expedited"> <set value="24"/> <set value="8"/> <set value="2"/> <set value=""/> </dataset> --> </chart> Note that when I replaced the <dataset> elements with the commented-out ones then the sums render properly at the top of each respective stack, which is why I suspect that small numbers are instigating the issue. Very mysterious! I'd appreciate any insight and suggestions for this issue. Thanks! Edited July 2, 2013 by sgiTed Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 3, 2013 Hi, Welcome to FusionCharts Forum! We are able to replicate the same issue and we are looking into this issue. We will get back to you on this,shortly. Thanks for your time and support. Share this post Link to post Share on other sites
sgiTed Report post Posted July 3, 2013 Thanks Sumedh! Share this post Link to post Share on other sites
abdfahim Report post Posted July 10, 2013 (edited) same issue I faced with StackedColumn3D during pure javascript rendering. Attached is default chart from gallary (in the download package) with changing 1st column values to zero. Edited July 10, 2013 by abdfahim Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 11, 2013 Hi, This has been already identified as a bug. We will update on this, as soon as, it will be fixed. Thanks for your time and support. Share this post Link to post Share on other sites
sgiTed Report post Posted July 26, 2013 Hi, Welcome to FusionCharts Forum! We are able to replicate the same issue and we are looking into this issue. We will get back to you on this,shortly. Thanks for your time and support. Hi Sumedh, It's been a few weeks; has there been any progress on this particular issue? Thanks! Share this post Link to post Share on other sites
Swarnam Report post Posted July 27, 2013 Hi, Apologies for the delay. This issue would be fixed in our next release. We would update the thread once the fix has been officially released. Hope this helps. Share this post Link to post Share on other sites
sgiTed Report post Posted July 29, 2013 Thank you Swarnam! I'll keep an eye on this thread. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 28, 2013 Hi sgiTed, Recently, we have released a new version of FusionCharts XT i.e., FusionCharts XT v3.3.1 Service Release 3. And this bug has been fixed in this release. Can you try using this version and let me know your feedback? You can get the trial version from here: http://www.fusioncharts.com/download/trials/ Share this post Link to post Share on other sites
sgiTed Report post Posted December 6, 2013 Thanks Sumedh. I installed v3.3.1 sr3 and things are cooperating nicely. Thank you! Share this post Link to post Share on other sites