@visactor/taro-vchart
Version:
Taro VChart 图表组件
12 lines (8 loc) • 445 B
JavaScript
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