UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

11 lines (8 loc) 385 B
import { VChart, registerScatterChart, registerLabel } from "@visactor/vchart"; import { registers } from "./registers/cartesian"; import { createChart } from "./BaseChart"; export const ScatterChart = createChart("ScatterChart", { type: "scatter", vchartConstructor: VChart }, [ registerScatterChart, registerLabel, ...registers ]); //# sourceMappingURL=ScatterChart.js.map