UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

11 lines (8 loc) 401 B
import { VChart, registerBarChart, registerLabel, registerTotalLabel } from "@visactor/vchart"; import { createChart } from "./BaseChart"; import { registers } from "./registers/cartesian"; export const BarChart = createChart("BarChart", { type: "bar", vchartConstructor: VChart }, [ registerBarChart, registerLabel, registerTotalLabel, ...registers ]); //# sourceMappingURL=BarChart.js.map