UNPKG

@visactor/taro-vchart

Version:
12 lines (8 loc) 440 B
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