Rajavelu Report post Posted June 25, 2013 Fusioncharts with ajax: I have generate the following code(bold) in java, and this code will set as innerhtml for a div / td / ... tags, by using ajax, but the chart is not rendering. My sample code: <script> function test(){ var details="<span id='chart'></span><script>$('#chart').insertFusionCharts({ dataSource: 'test.xml',height : '100%',width : '90%',renderer : 'JavaScript',quality : 'high',swfUrl:'ZoomLine.swf',dataFormat: 'xmlurl', debugMode: '1' }); </script>"; document.getElementById("chart_td").innerHtml=details; } <script> <table><tr><td id="chart_id"></td></tr></table> Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 26, 2013 Hi, Please refer to the Forum post: http://forum.fusioncharts.com/topic/14769-jqueryplugin-issue/ Share this post Link to post Share on other sites