UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

13 lines (10 loc) 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.AreaChart = void 0; const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), cartesian_1 = require("./registers/cartesian"); exports.AreaChart = (0, BaseChart_1.createChart)("AreaChart", { type: "area", vchartConstructor: vchart_1.VChart }, [ vchart_1.registerAreaChart, vchart_1.registerLabel, vchart_1.registerTotalLabel, ...cartesian_1.registers ]); //# sourceMappingURL=AreaChart.js.map