@visactor/react-vchart
Version:
The react version of VChart 4.x
11 lines (8 loc) • 385 B
JavaScript
import { VChart, registerBoxplotChart, registerLabel } from "@visactor/vchart";
import { createChart } from "./BaseChart";
import { registers } from "./registers/cartesian";
export const BoxPlotChart = createChart("BoxPlotChart", {
type: "boxPlot",
vchartConstructor: VChart
}, [ registerBoxplotChart, registerLabel, ...registers ]);
//# sourceMappingURL=BoxPlotChart.js.map