@visactor/react-vchart
Version:
The react version of VChart 4.x
11 lines (8 loc) • 407 B
JavaScript
import { VChart, registerAreaChart, registerLabel, registerTotalLabel } from "@visactor/vchart";
import { createChart } from "./BaseChart";
import { registers } from "./registers/cartesian";
export const AreaChart = createChart("AreaChart", {
type: "area",
vchartConstructor: VChart
}, [ registerAreaChart, registerLabel, registerTotalLabel, ...registers ]);
//# sourceMappingURL=AreaChart.js.map