prakash chaudhary Report post Posted July 5, 2011 Since I want to create entire fusioncharts in javascript only so i have used below method as, FusionCharts.setCurrentRenderer('javascript'); But it is not showing me any data, & there is message coming as no data to display while removing the above line then it shows me data properly so please tell me how to see data in only javascript format. My code is here as, <html> <head> <title>My First chart using FusionCharts - Using JavaScript</title> <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script> </head> <body> <div id="chartContainer">FusionCharts will load here!</div> <script type="text/javascript"><!--- FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts( "FusionCharts/Column3D.swf", "myChartId", "400", "300", "0", "1" ); myChart.setXMLUrl("Data.xml"); myChart.render("chartContainer"); // --> </script> </body> </html> Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 5, 2011 Hi, Thanks for your post. Could you please confirm the browser type and version you are using? If you are using google chrome, you would need to render the chart from serverside and provide the XML from a file. OR You can provide XML data as string in case you want to render it locally. Awaiting for your response. Share this post Link to post Share on other sites
prakash chaudhary Report post Posted July 5, 2011 Yup, I am using Google Chrome... So why it is not working in Google chrome ? Hi, Thanks for your post. Could you please confirm the browser type and version you are using? If you are using google chrome, you would need to render the chart from serverside and provide the XML from a file. OR You can provide XML data as string in case you want to render it locally. Awaiting for your response. Share this post Link to post Share on other sites
Sanjukta Report post Posted July 7, 2011 Hi, We are currently looking into this and shall update you as soon we come up with the fix. Thank you for your continued patience and support. Share this post Link to post Share on other sites