UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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