I can't seem to set a data URL that contains URL parameters.
E.g: chart.setDataURL("data.php?gender=male&from=usa");
The above statement will not fetch the data with the parameters, but instead trim it down to run as:
chart.setDataURL("data.php");
How can I use parameters in my data URLs ?
Page 1 of 1
chart.setDataURL() and URL parameters
Other Replies To This Topic
#2
Posted 24 February 2007 - 03:38 AM
You'll need to URL-Encode the entire dataURL (that contains additional parameters), before specifying it to setDataURL method.
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote