Sign in to follow this  
Pallav

FusionCharts.js setDataURL method problem

Recommended Posts

Hi,

 

 

 

Im using fusion charts with ruby on rails.

 

Im using the dataURL method and i had problems with querystrings getting lost.

 

 

 

example:

 

 

 

chart_patient_demographics_graph.setDataURL("/reports/main_doctor_reports/render_graph/1?group_id=1&graph=patient_demographics_graph&test=qwer");

 

 

 

On the render_graph action, when i inspect the params object, all i see is the id and the graph_id. No graph and test param keys anywhere. Any ideas? Im pretty sure i don't have filters that munge the params.

 

 

 

thanks,

 

/francis

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