Sign in to follow this  
johsve339

Can you set the data with a XML DOM document?

Recommended Posts

Hi

 

 

 

Is there a way to add data from an xml DOM document?

 

 

 

I have this page with four charts, where all processing the same data. To me, it would be better to do an AJAX call, receive one xml document with data for all charts, and then pick out each part and set as input to the chart, rather than doing for calls with setDataUrl(...).

 

 

 

Or could this be done in another way?

 

 

 

Johan

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