Chartjs-Chart.js v3 after using of zoom plugin instance persist in memory

0👍

From what I find out problem was at chartjs-plugin-zoom 1.0.1. Some event listeners where not unsubscribed corretly which lead to observed memory leak. This issue was addressed at Fix removing event listeners.

This fix is included at chartjs-plugin-zoom 1.1.0. After repeat the same scenario with this version I not more observe the problem.

Leave a comment