mtatsuma / MMM-WeatherChart

Magic Mirror Module for displaying weather chart
MIT License
26 stars 8 forks source link

Fix memory leak #48

Closed mtatsuma closed 1 year ago

mtatsuma commented 1 year ago

Fix memory leak issue by destroying the chart object when its data is updated.

solved issue: https://github.com/mtatsuma/MMM-WeatherChart/issues/47