recharts
Version:
React charts
15 lines • 342 B
JavaScript
export var 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'
};