UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

20 lines (15 loc) 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.ComponentPluginService = void 0; const base_plugin_service_1 = require("../base/base-plugin-service"); class ComponentPluginService extends base_plugin_service_1.BasePluginService { constructor(component) { super(), this.component = component; } releaseAll() { super.releaseAll(), this.component = null; } } exports.ComponentPluginService = ComponentPluginService; //# sourceMappingURL=plugin-service.js.map