Hi,
Im using Pie chart. Can possible to create pie chart using FusionChart.js.
my code look like below.
var chart = new FusionCharts("Pid2D.swf", "ChartId", "400", "400", "0", "0");
chart.setDataXML("dailyreport.xml");
chart.render("chartdiv2D");
Need to render the chart into htm. is it possible using above code.?
could anyone help me to acheive this ?
Chithra.S