pelkey Report post Posted October 8, 2007 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 Share this post Link to post Share on other sites
Pallav Report post Posted October 9, 2007 Hi, Do you need this on a real-time data streaming chart from FusionGadgets suite? Share this post Link to post Share on other sites
pelkey Report post Posted October 10, 2007 Yes - ideally this would be doable for any chart that supports the refreshInterval attribute - inlcuding the datastreaming ones. Share this post Link to post Share on other sites