@visactor/taro-vchart
Version:
Taro VChart 图表组件
10 lines (7 loc) • 419 B
JavaScript
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