UNPKG

zz-chart

Version:

Alauda Chart components by Alauda Frontend Team

13 lines 287 B
export class BaseComponent { constructor(ctrl) { this.ctrl = ctrl; // this.render(); } destroy() { if (this.container) { this.container.innerHTML = ''; this.container.remove(); } } } //# sourceMappingURL=base.js.map