UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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