UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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