UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

7 lines (4 loc) 287 B
import { createSeries } from "./BaseSeries"; import { registerWaterfallSeries } from "@visactor/vchart"; export const Waterfall = createSeries("Waterfall", [ "leaderLine", "stackLabel", "label", "bar" ], "waterfall", [ registerWaterfallSeries ]); //# sourceMappingURL=Waterfall.js.map