UNPKG

@visactor/openinula-vchart

Version:

The openinula version of VChart 4.x

9 lines (7 loc) 252 B
import { default as VChart } from "@visactor/vchart"; import { createChart } from "./BaseChart"; export const BoxPlotChart = createChart("BoxPlotChart", { type: "boxPlot", vchartConstructor: VChart }); //# sourceMappingURL=BoxPlotChart.js.map