google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.81k stars 1.2k forks source link

Flutter charts should destroy chart on dispose #779

Open jamesblasco opened 2 years ago

jamesblasco commented 2 years ago

Right now the method BaseChart.destroy() from chart_common is not being used at all in the flutter package.

It should be appropriate to destroy the chart when the flutter ChartContainerRenderObject is disposed.