UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

13 lines (9 loc) 459 B
import { VChart, registerLabel, registerTotalLabel } from "@visactor/vchart"; import { registerBar3dChart } from "@visactor/vchart-extension"; import { createChart } from "./BaseChart"; import { registers } from "./registers/cartesian"; export const Bar3dChart = createChart("Bar3dChart", { type: "bar3d", vchartConstructor: VChart }, [ registerBar3dChart, registerLabel, registerTotalLabel, ...registers ]); //# sourceMappingURL=Bar3dChart.js.map