I am using CreateJs for drawing world map and clearing that points using
stage.removeAllChildren();
stage.update();
methods in my angular application.
Those methods are working but after using the maps for some time my application performance is decreasing drastically. Is there any way to make the performance better.
Checked this Easel.js stage.clear() not working