@visactor/react-vchart
Version:
The react version of VChart 4.x
13 lines (9 loc) • 467 B
JavaScript
import { VChart, registerLabel } from "@visactor/vchart";
import { registers } from "./registers/cartesian";
import { createChart } from "./BaseChart";
import { registerRangeColumn3dChart } from "@visactor/vchart-extension";
export const RangeColumn3dChart = createChart("RangeColumn3dChart", {
type: "rangeColumn3d",
vchartConstructor: VChart
}, [ registerRangeColumn3dChart, registerLabel, ...registers ]);
//# sourceMappingURL=RangeColumn3dChart.js.map