Make sure charts are destroyed.

This commit is contained in:
James Cole
2023-10-01 11:32:08 +02:00
parent 78122a7d4b
commit ccec203910
6 changed files with 19 additions and 8 deletions

View File

@@ -70,6 +70,9 @@ export default () => ({
for (const i in data) {
if (data.hasOwnProperty(i)) {
const current = data[i];
if (!current.hasOwnProperty('key')) {
continue;
}
let key = current.key;
// native (auto conversion):
if (this.autoConversion) {