ravenkien Report post Posted January 6, 2012 Hi, Im new in Fusioncharts, can i pass the whole page into setDataUrl(); for example: SetDataUrl("data.aspx");?? *insde this data.aspx is a JSON format data. for example "data":[ { "label": "8001", "value": 1560 }, { "label": "8002", "value": 923 }] Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted January 6, 2012 (edited) Hi, Thank you for the post and interest in FusionCharts!! Yes, you can pass the whole page into setDataUrl(); for example: SetDataUrl("data.aspx"); setDataURL() function helps in setting or updating chart XML data for chart from Url. FusionCharts accepts data only in XML or JSON format and this function takes a URL as string. So you can pass whole page to setDataURL() as URL string but sure that the page will give the data in XML or JSON format only. For more on the JavaScript functions please visit: http://docs.fusionch...PI/Methods.html Edited January 6, 2012 by Sashibhusan Share this post Link to post Share on other sites