UNPKG

@visactor/taro-vchart

Version:
10 lines (7 loc) 419 B
import { VChart, registerWaterfallChart, registerLabel, registerTotalLabel } from "@visactor/vchart"; import { createChart } from "./generate-charts"; import { registers } from "./registers/cartesian"; export const WaterfallChart = createChart("WaterfallChart", { chartConstructor: VChart }, [ registerWaterfallChart, registerLabel, registerTotalLabel, ...registers ]); //# sourceMappingURL=WaterfallChart.js.map