datagod2 Report post Posted June 13, 2008 I have an angle guage here: http://mytinystats.com/reports/Speedometer.php My question is how can I set it to begin animating right away. It seems to just sit at zero and only changes when the real-time update (5 seconds) kicks in. Thanks... Share this post Link to post Share on other sites
Anim Report post Posted August 18, 2010 Hello, this is the same question I have now. But unfortunately there ist no answer here. So I want to ask again. I am working with some real time gauges. They work fine. But I want them to update immediately after they started. The only way to initialize the gauge with a valid data, seems to me, to put the value in the xml - data .... But I don't want this xml to generate everytime, so I wish to initiliaze und update the chart only by using my script I wrote (and that works good.) I hope someone can help and tell me, if there is a solution for this or if there is not. Greetings Anja Share this post Link to post Share on other sites
Sanjukta Report post Posted August 18, 2010 Hi, Welcome to FusionCharts Forum! Could you please set a comparatively lesser value (like 1 or 2) for the attribute "refreshInterval" in the <chart> element? Hope this helps. Share this post Link to post Share on other sites
Anim Report post Posted August 18, 2010 Hello, thanks for your reply. I thought about this already. I want to avoid to call the script so often and so this is not an option here. Greetings Anja Share this post Link to post Share on other sites
Sanjukta Report post Posted August 18, 2010 Hi Anja, I am afraid, there are no other options to control the time-interval after refreshing the chart, as of now. The attribute "refreshInterval" is the only solution to this issue. Please feel free to revert in case you have any further queries. Share this post Link to post Share on other sites