nam2080 Report post Posted February 2, 2011 Hi, Before I type my issues and problem, I would like to Thanks to FusionChart Team . Here is my issues specially with JS-version of Charts, Pie - JS version, Getting solution for the below issues will be great help. I am using Fusion Chart v3 ("FusionCharts_EnterpriseEx" which is paid version) XML: <chart caption="Spending Report" numberPrefix="$" formatNumberScale="0" formatNumber="1" animation="1" decimals="2" forceDecimals="1" showShadow="1" showPercentValues="1" bgColor="FFFFFF" showBorder="0" showZeroPies="0" showPercentInToolTip="0" enableRotation="0" use3DLighting="1"> <set label="Wholesale" value="1392.0" color="CCCC66" isSliced="0"/> <set label="other Stores" value="1492.0" color="66CD66" isSliced="0"/> </chart> Code in HTML: <div id="chartContainer1">FusionCharts will load here!</div> <script type="text/javascript"><!-- FusionCharts.setCurrentRenderer('javascript'); chart3D = new FusionCharts( "FusionCharts/Pie2D.swf", "Chart_1", "300", "300", "0", "1" ); chart3D.setXMLUrl("Data1.xml"); chart3D.render("chartContainer1"); // --> </script> Issue 1: Attributes like showPercentValues="1" and showPercentInToolTip="0" works fine with Flash version but in JS version displays both tooltip and value in percentage only. Issue 2: I need to display a Pie chart which should skip Zero values. I have used attribute showZeroPies="0", this works fine for Flash version but fails in JS version. Issue 3: On click of JS version of Pie Chart when it is 100% (single set value node), it just moves away from the actual position . where as in Flash, it stays in its location. Thanks in advance Share this post Link to post Share on other sites
Guest Angie Report post Posted February 3, 2011 Hi, Welcome to FusionCharts Forum! First of all, I would like to thank you for your appreciation on behalf of FusionCharts Team. The issues you have reported are bugs on which our developers are working. We will try to fix these issues in our next release of FusionCharts. Thank you very much for your continued patience and patronage. Keep smiling and keep FusionCharting! Share this post Link to post Share on other sites
nam2080 Report post Posted February 3, 2011 Thanks Angie Share this post Link to post Share on other sites
Guest Angie Report post Posted February 4, 2011 Hi, Thanks for your appreciation. Happy FusionCharting! Share this post Link to post Share on other sites
nam2080 Report post Posted February 23, 2011 To resolve these javascript issues in non flash browsers or OS, I downloaded latest highchart.js from http://www.highcharts.com/ (trail version) and replaced the highchart.js available in FusionChart package. This resolves lot of javascript issues like - Overlapping of labels in Pie, animation when we click on Pie etc also lot of bugs are fixed in Column Bar charts. If FusionChart team can do this and fix some minor issues, it will be great help. And also please tell when we will get the updated version of FusionChart. Thanks Share this post Link to post Share on other sites
Guest Angie Report post Posted February 24, 2011 Hi, Thank you very much for your continues patience and patronage. The next updated version of FusionCharts will be released within a month. Keep FusionCharting! Share this post Link to post Share on other sites