Here's what I would like to do:
- create a chart by specifying a dataURL attribute
- this dataURL returns an xml file from my server
- the chart draws...
- Now - on the client-side, provide an input/dropdown to allow the user to change the refreshInterval on the fly.
- Once the user selects a new interval is there a way that I can reset JUST the refreshInterval attribute in the XML for the chart on the client without having to roundtrip to my server to get a whole new set of XML data?
Jo