recharts
Version:
React charts
21 lines (20 loc) • 436 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultPolarRadiusAxisProps = void 0;
var defaultPolarRadiusAxisProps = exports.defaultPolarRadiusAxisProps = {
allowDataOverflow: false,
allowDuplicatedCategory: true,
angle: 0,
axisLine: true,
cx: 0,
cy: 0,
orientation: 'right',
radiusAxisId: 0,
scale: 'auto',
stroke: '#ccc',
tick: true,
tickCount: 5,
type: 'number'
};
;