UNPKG

@visactor/taro-vchart

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