mariak02 Report post Posted January 28, 2008 Hi, when setting refreshInterval='5', the first time chart refreshes is after 5 sec. Is there an option to make the first refresh immediately, and then wait for refreshInterval sec ? I tried to set refreshInterval='0' and then update the XML, but with '0' the chart remained empty... Share this post Link to post Share on other sites
Pallav Report post Posted January 28, 2008 I'm afraid no. An alternative would be: - Provide the initial data in XML itself - Refresh every 5 seconds thereafter Share this post Link to post Share on other sites
avisng Report post Posted May 15, 2009 I have a need for the exact same thing mariak02 has asked for. I understand there are workarounds, including using javascript to push the data or to have the chart generator include history values. Maybe because of that, developers are using the workarounds, and keeping mum. Ideally, a 'firstRefreshInterval' attribute will be nice where we can set that to 0 for an immediate refresh. Share this post Link to post Share on other sites
Dhruva Report post Posted May 19, 2009 Hello, Thank you for your suggestion. We have noted it down for further consideration. Share this post Link to post Share on other sites