@visactor/taro-vchart
Version:
Taro VChart 图表组件
12 lines (9 loc) • 539 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.WaterfallChart = void 0;
const vchart_1 = require("@visactor/vchart"), generate_charts_1 = require("./generate-charts"), cartesian_1 = require("./registers/cartesian");
exports.WaterfallChart = (0, generate_charts_1.createChart)("WaterfallChart", {
chartConstructor: vchart_1.VChart
}, [ vchart_1.registerWaterfallChart, vchart_1.registerLabel, vchart_1.registerTotalLabel, ...cartesian_1.registers ]);
//# sourceMappingURL=WaterfallChart.js.map