UNPKG

@visactor/taro-vchart

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