PolarAngleAxis
Parent Components
Child Components
Properties
- dataKeyString | Number | Function - The key of a group of data which should be unique to show the meaning of angle axis. 
- cxNumber - The x-coordinate of center. 
- cyNumber - The y-coordinate of center. 
- radiusPercentage | Number - The outer radius of circle grid. If set a percentage, the final value is obtained by multiplying the percentage of maxRadius which is calculated by the width, height, cx, cy. 
- axisLineBool | Object - If false set, axis line will not be drawn. If true set, axis line will be drawn which have the props calculated internally. If object set, axis line will be drawn which have the props merged by the internal calculated props and the option. - DEFAULT: true 
- axisLineTypeString - The type of axis line. - DEFAULT: "circle" | "polygon" 
- tickLineBool | Object - If false set, tick lines will not be drawn. If true set, tick lines will be drawn which have the props calculated internally. If object set, tick lines will be drawn which have the props merged by the internal calculated props and the option. - DEFAULT: true 
- tickBool | Object | ReactElement | Function - If false set, ticks will not be drawn. If true set, ticks will be drawn which have the props calculated internally. If object set, ticks will be drawn which have the props merged by the internal calculated props and the option. If ReactElement set, the option can be the custom tick element. If set a function, the function will be called to render customized ticks. - DEFAULT: true 
- ticksArray - The array of every tick's value and angle. 
- orientationString - The orientation of axis text. - DEFAULT: outer 
- tickFormatterFunction - The function to formatting tick. 
- type'number' | 'category' - The type of axis. - DEFAULT: 'category' 
- allowDuplicatedCategoryBoolean - Allow the axis has duplicated categorys or not when the type of axis is "category". - DEFAULT: true 
- onClickFunctionoptional - The customized event handler of click on the ticks of this axis 
- onMouseDownFunctionoptional - The customized event handler of mousedown on the the ticks of this axis 
- onMouseUpFunctionoptional - The customized event handler of mouseup on the ticks of this axis 
- onMouseMoveFunctionoptional - The customized event handler of mousemove on the ticks of this axis 
- onMouseOverFunctionoptional - The customized event handler of mouseover on the ticks of this axis 
- onMouseOutFunctionoptional - The customized event handler of mouseout on the ticks of this axis 
- onMouseEnterFunctionoptional - The customized event handler of mouseenter on the ticks of this axis 
- onMouseLeaveFunctionoptional - The customized event handler of mouseleave on the ticks of this axis