UNPKG

@visactor/taro-vchart

Version:
10 lines (7 loc) 369 B
import { VChart, registerBoxplotChart, registerLabel } from "@visactor/vchart"; import { registers } from "./registers/cartesian"; import { createChart } from "./generate-charts"; export const BoxPlotChart = createChart("BoxPlotChart", { chartConstructor: VChart }, [ registerBoxplotChart, registerLabel, ...registers ]); //# sourceMappingURL=BoxPlotChart.js.map