UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

10 lines (7 loc) 369 B
import { VChart, registerScatterChart, registerLabel } from "@visactor/vchart"; import { createChart } from "./generate-charts"; import { registers } from "./registers/cartesian"; export const ScatterChart = createChart("ScatterChart", { chartConstructor: VChart }, [ registerScatterChart, registerLabel, ...registers ]); //# sourceMappingURL=ScatterChart.js.map