voidlabs / elycharts

Interactive Javascript (SVG|VML) Charting Library
http://elycharts.com
Other
10 stars 6 forks source link

"clear" call should free raphael and other resources #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
some manager allocate raphael objects that are not freed on "clear" call.

we should add some sort of "destroy"/"clear" method to the features plugins.

Original issue reported on code.google.com by stefano....@gmail.com on 23 Jan 2014 at 7:45

GoogleCodeExporter commented 9 years ago
hint by pduval@github

https://github.com/cxelegance/ElyCharts/commit/b7c4f14c77029c49bc8b97b2b1d70f45f
a222548

Original comment by stefano....@gmail.com on 23 Jan 2014 at 7:45

GoogleCodeExporter commented 9 years ago
Implemented using a modular approach.

Original comment by stefano....@gmail.com on 23 Jan 2014 at 7:47