mpx200 / ng-dygraphs

Angular 2+ library for support of dygraphs(http://dygraphs.com) charts
MIT License
3 stars 9 forks source link

Memory leak when data are changed #32

Closed tomaszs closed 4 years ago

tomaszs commented 4 years ago

With latest version of ng-dygraphs (don't know with prior also) when data is binded, and changed often, ng-dygraphs does not release resources. Data are accumulated in the memory. There is no way to fix it.

If ng-dygraphs is replaced with a regular dygraph, the problem does not occur.