UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

13 lines (9 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerVChartPlugin = void 0; const factory_1 = require("../../core/factory"), registerVChartPlugin = plugin => { factory_1.Factory.registerVChartPlugin(plugin.type, plugin); }; exports.registerVChartPlugin = registerVChartPlugin; //# sourceMappingURL=register.js.map