recharts
Version:
React charts
21 lines (20 loc) • 497 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultPolarAngleAxisProps = void 0;
var defaultPolarAngleAxisProps = exports.defaultPolarAngleAxisProps = {
allowDuplicatedCategory: true,
// if I set this to false then Tooltip synchronisation stops working in Radar, wtf
angleAxisId: 0,
axisLine: true,
cx: 0,
cy: 0,
orientation: 'outer',
reversed: false,
scale: 'auto',
tick: true,
tickLine: true,
tickSize: 8,
type: 'category'
};
;