UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

13 lines (10 loc) 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.GaugeChart = void 0; const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), simple_1 = require("./registers/simple"); exports.GaugeChart = (0, BaseChart_1.createChart)("GaugeChart", { type: "gauge", vchartConstructor: vchart_1.VChart }, [ vchart_1.registerGaugeChart, ...simple_1.registers ]); //# sourceMappingURL=GaugeChart.js.map