UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

10 lines (7 loc) 394 B
import { VChart, registerPie3dChart, registerLabel, registerIndicator } from "@visactor/vchart"; 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