Vaibhav Agarwal Report post Posted December 22, 2012 Hi, We are using MS Area chart and facing some problem with xml. this xml generate a blank chart in which data is displayed at the left side of the chart. i am attaching the xml file and chart image for your reference. please resolve the issue. Thanks ms-area.xml Share this post Link to post Share on other sites
Guest Chaitra Report post Posted December 24, 2012 Hello, Welcome to FusionCharts Forum! We are unable to replicate the issue. I have attached a screenshot of your requirement. Could you please let us know about the following details? 1. FusionCharts version you are using. 2. The browser you are using to render the charts, 3. The mode in which you are rendering the charts. Awaiting your response. Share this post Link to post Share on other sites
Vaibhav Agarwal Report post Posted December 26, 2012 (edited) Hello, Thanks for reply. Detail are.... 1. FusionCharts version is 3.2.1 2. The browser we are using to render the charts is Mozilla Firefox 17.0.1, IE 9 and Google Chrome 23.0.1271.97 3. The mode in which we are rendering the charts - setDataXML <script type="text/javascript" src = "FusionCharts/FusionCharts.js" ></script> <script type="text/javascript"> FusionCharts.setCurrentRenderer("flash"); </script> <div id="container_MSArea_93689">Chart</div> <script type="text/javascript"> var myChart = new FusionCharts("FusionCharts/MSArea.swf", "MSArea_93689", "750", "350", "0", "1" ); var strXML = "<?php echo $strXML; ?>"; myChart.setDataXML(strXML); myChart.render("container_MSArea_93689"); </script> strXML string is already i have attached in previous post "msarea.txt" Edited December 26, 2012 by Vaibhav Agarwal Share this post Link to post Share on other sites
Guest Chaitra Report post Posted December 27, 2012 Hello, We are unable to replicate the issue. I have attached a screenshot of the chart rendered in Chrome 23.0.1271.97 browser. Please check. Thanks! Share this post Link to post Share on other sites
Vaibhav Agarwal Report post Posted December 28, 2012 Thanks for reply... but still problem not solved. We have paid subscription of fusion charts. i am sending a link for your reference. http://www.indiaelectron.com/MSArea.php and some screen shots of different browsers. please resolve the problem ASAP. Share this post Link to post Share on other sites
Sanjukta Report post Posted December 28, 2012 Hi, Thanks for reply... but still problem not solved. We have paid subscription of fusion charts. i am sending a link for your reference. http://www.indiaelec....com/MSArea.php and some screen shots of different browsers. please resolve the problem ASAP. Please note that the XML you are using to render the Multi-series Area chart seems to be malformed when check from the browser console. Could you please try providing the correct XML to the chart with proper starting and ending tags and see if this helps? In case you are unable to rectify the issue, please send us the XML that you are using, as an attachment so that we might test it. You may also mail us with your issue at [email protected] . Looking forward to your reply. Share this post Link to post Share on other sites