@visactor/react-vchart
Version:
The react version of VChart 4.x
13 lines (10 loc) • 591 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.Bar3dChart = void 0;
const vchart_1 = require("@visactor/vchart"), vchart_extension_1 = require("@visactor/vchart-extension"), BaseChart_1 = require("./BaseChart"), cartesian_1 = require("./registers/cartesian");
exports.Bar3dChart = (0, BaseChart_1.createChart)("Bar3dChart", {
type: "bar3d",
vchartConstructor: vchart_1.VChart
}, [ vchart_extension_1.registerBar3dChart, vchart_1.registerLabel, vchart_1.registerTotalLabel, ...cartesian_1.registers ]);
//# sourceMappingURL=Bar3dChart.js.map