Pie Chart
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Pie Chart Expand / Collapse
Author
Message
Posted 11/14/2008 4:37:29 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 11/14/2008 7:12:18 AM
Posts: 5, Visits: 12
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

Post #9957
Posted 11/14/2008 4:47:46 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 6/25/2009 8:54:17 AM
Posts: 733, Visits: 2,280
Hi,

Could you please use dataURL method because you are using XML file directly?

see this code

   var chart = new FusionCharts("Pid2D.swf", "ChartId", "400", "400", "0", "0");
   chart.setDataURL("dailyreport.xml");
   chart.render("chartdiv2D");

Could you please visit this link?

For dataURL method -> http://www.fusioncharts.com/docs/Contents/JSEmbed.html

For dataXML method -> http://www.fusioncharts.com/docs/Contents/DataXML.html

you are using ASP.Net. so you can use .net technologies using FusionCharts.dll

please visit this link

http://www.fusioncharts.com/docs/Contents/CS_BasicExample.html

Thanks,
Arindam

Post #9958
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 6:30pm


Execution: 0.078.