TomMancine Report post Posted November 13, 2009 Hello, Our product uses FusionCharts v3 to update interactively as the user modifies controls on the screen. If a client is on a slow enough machine, they occasionally see the chart flicker white, because when we call setDataXML(...), the chart momentarily repaints with the message "Reading Data. Please Wait" Is there any way to suppress this behavior, and have it simply repaint when the data is done parsing, rather than displaying notifications? In our case, we'd rather have the stale data stick around for an extra tenth of a second than to have the white flashing behavior. I've read the documentation without finding the appropriate property, but I wouldn't be surprised to learn that there is one that I missed Thanks, Tom Mancine Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 16, 2009 Hello, I'm afraid, this is not achievable , as of now. When you are passing moderate amount of data to a chart, the faster method would be dataXML method. If the amount of data is huge, the dataURL method works faster. If you want to reduce the rendering time you can set animation='0' in the <chart> element. Hope this helps. Share this post Link to post Share on other sites