FusionCharts Support

JSON through setDataURL

Recommended Posts

I am trying to setup an update function in javascript that retrieves which values the user wants to plot along the different axis.

 

 

 

Along the x axis the user can only select one value, which is not an issue. However, the user can select multiple values for the y axis. I need to pass the multiple values back to php with the setDataURL function, I am currently using json for the values then escaping it. However, when I try to pass the escaped json as a url param I get the colon not allowed error, even though there is no colon.

 

 

 

Has anyone ran into this same issue? Is there a fix? Or do I have to post to my php page get the resultset and the put the xml together in javascript? The latter is not preferred but I can do if I have to.

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