UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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