Sign in to follow this  
daapl

chart.setDataURL() and URL parameters

Recommended Posts

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 ?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this