UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (5 loc) 190 B
import { Factory } from "../../core/factory"; export const registerVChartPlugin = plugin => { Factory.registerVChartPlugin(plugin.type, plugin); }; //# sourceMappingURL=register.js.map