Robloche / chartjs-plugin-streaming

Chart.js plugin for live streaming data
MIT License
15 stars 11 forks source link

Check if the field "controller" is valid before setting value #7

Closed morimoriysmoon closed 5 months ago

morimoriysmoon commented 5 months ago

The plugin needs to check if the field "controller" is valid before setting value. Because getDatasetMeta() function will return data filled with null if canvas of chartjs is detached from DOM.

e.g.> A component using chartjs is detached from DOM but still alive