UNPKG

@visactor/taro-vchart

Version:
12 lines (8 loc) 445 B
import { VChart, registerLabel } from "@visactor/vchart"; import { createChart } from "./generate-charts"; import { registers } from "./registers/cartesian"; import { registerRangeColumn3dChart } from "@visactor/vchart-extension"; export const RangeColumn3dChart = createChart("RangeColumn3dChart", { chartConstructor: VChart }, [ registerRangeColumn3dChart, registerLabel, ...registers ]); //# sourceMappingURL=RangeColumn3dChart.js.map