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