Files
verify/frontend/node_modules/recharts/lib/cartesian/ZAxis.js
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

20 lines
323 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ZAxis = void 0;
/**
* @fileOverview Z Axis
*/
var ZAxis = exports.ZAxis = function ZAxis() {
return null;
};
ZAxis.displayName = 'ZAxis';
ZAxis.defaultProps = {
zAxisId: 0,
range: [64, 64],
scale: 'auto',
type: 'number'
};