Charting library that does not cause memory leak when updating chart
问题 I want to build a page with interactively refreshing charts based on the data that is being fetched from the server asynchronously using AJAX. I really like jqPlot, but when trying to update the graph periodically (by calling replot() , without page refresh), it causes a huge browser memory leak. It seems to be a well known issue occurring on all major browsers. I haven't tried Flot and protovis, but quick googling reveals that they seem to have the same problems. Are you aware of any