UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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