vadimiron Report post Posted July 8, 2009 If my data changed, i can update a chart with setDataXML (or setDataURL) without reloading the page - this works fine. But every time i invoke one of these functions the chart blinks one time. Is it possible to update the chart with the new data without blinking? May be some animation property...??? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 8, 2009 Hello , The Chart 'blinks' when it renders/updates the new data. It is not possible to update the chart without 'blinking' i.e. redering/updating. Could you add animation='0' to your <chart> element and see whether it suits you with the animation off? Hope this helps. Share this post Link to post Share on other sites
vadimiron Report post Posted July 10, 2009 (edited) Without animation its a little bit better, but .... I don't know if tis possible, but it would be nice to have such feature like updating of data without redrawing the whole chart ... some sort of interface between flash and javascript Edited July 10, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 10, 2009 Heylo, Your suggestion are important to us. We have made a note of this. Share this post Link to post Share on other sites
kt Report post Posted August 6, 2009 I needed to add my 2 cents here. This is a HUGE gaping wound for the product. Unfortunately, when our product goes against the competitor's and theirs and animates without redrawing, we have a lot of explaining to do. Unfortunately this is bad enough that we might have to ask for a refund. I made an assumption that the purchased product would fix this issue. Do you have a time frame for when this fix might ever appear in your product? Share this post Link to post Share on other sites
Pallav Report post Posted August 6, 2009 Hi, In FusionCharts v3, when you update the data of a chart, it's not incremental - the entire data gets update. As such, the chart takes a moment to clear itself, load new data, parse it, calculate new co-ordinates and then render the new chart. This causes the blink. However, we've real-time charts (like stock feeds) in FusionWidgets, where the chart can accept incremental data without any problem. Please see www.fusioncharts.com/widgets If you still feel this would not satisfy your requirements, please drop us an email at support [at] fusioncharts.com with your Order Id and we'll refund the same. Share this post Link to post Share on other sites
kt Report post Posted August 6, 2009 If one is capable of "Grumbling" one has to be capable of "Groveling". Your option is more than suitable as I thought Widgets only had only dials. Thanks. I'm assuming we can contact support a to change our license? Thank You! Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 8, 2009 Hello, Sure, you can! Mail us at [email protected]. Share this post Link to post Share on other sites
satispunk Report post Posted June 15, 2011 Hi, Is this problem fixed? I need to update chart every 10 sec, but each time I call setDataXML chart blinks =( Is there any way to solve this? Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 16, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. This is a known issue of FusionCharts and we will update you once it is fixed. Thank you very much for your continued patience and patronage. Hope you have a great day! Share this post Link to post Share on other sites
satispunk Report post Posted June 16, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. This is a known issue of FusionCharts and we will update you once it is fixed. Thank you very much for your continued patience and patronage. Hope you have a great day! And do you know when it will be done approximately? Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 16, 2011 Hi, Thanks for your response. We are not able to commit you any timeline reagrding the fix, we will get back to you once the fix is ready. Thanks for your continued support. Hope you have a great day! Share this post Link to post Share on other sites
paulineg Report post Posted March 22, 2013 Has there been any progress on this issue? Hi, Thanks for your response. We are not able to commit you any timeline reagrding the fix, we will get back to you once the fix is ready. Thanks for your continued support. Hope you have a great day! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 26, 2013 Has there been any progress on this issue? Hi Are you using Real-time charts? or are you trying to update chart by changing the chart XML? Share this post Link to post Share on other sites
paulineg Report post Posted March 26, 2013 We are using Fusion Maps and yes we are updating the xml every time. The map is being updated every 5 seconds. Share this post Link to post Share on other sites