@visactor/taro-vchart
Version:
Taro VChart 图表组件
12 lines (8 loc) • 440 B
JavaScript
import { VChart, registerLabel, registerIndicator } from "@visactor/vchart";
import { registerPie3dChart } from "@visactor/vchart-extension";
import { createChart } from "./generate-charts";
import { registers } from "./registers/simple";
export const Pie3dChart = createChart("Pie3dChart", {
chartConstructor: VChart
}, [ registerPie3dChart, registerLabel, registerIndicator, ...registers ]);
//# sourceMappingURL=Pie3dChart.js.map