@visactor/react-vchart
Version:
The react version of VChart 4.x
13 lines (10 loc) • 565 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.WordCloud3dChart = void 0;
const vchart_1 = require("@visactor/vchart"), simple_1 = require("./registers/simple"), BaseChart_1 = require("./BaseChart"), vchart_extension_1 = require("@visactor/vchart-extension");
exports.WordCloud3dChart = (0, BaseChart_1.createChart)("WordCloud3dChart", {
type: "wordCloud3d",
vchartConstructor: vchart_1.VChart
}, [ vchart_extension_1.registerWordCloud3dChart, ...simple_1.registers ]);
//# sourceMappingURL=WordCloud3dChart.js.map