UNPKG

recharts

Version:
21 lines (20 loc) 436 B
"use strict"; 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' };