source: node_modules/recharts/es6/polar/defaultPolarRadiusAxisProps.js

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 468 bytes
RevLine 
[a762898]1import { DefaultZIndexes } from '../zIndex/DefaultZIndexes';
2export var defaultPolarRadiusAxisProps = {
3 allowDataOverflow: false,
4 allowDecimals: false,
5 allowDuplicatedCategory: true,
6 angle: 0,
7 axisLine: true,
8 includeHidden: false,
9 hide: false,
10 label: false,
11 orientation: 'right',
12 radiusAxisId: 0,
13 reversed: false,
14 scale: 'auto',
15 stroke: '#ccc',
16 tick: true,
17 tickCount: 5,
18 tickLine: true,
19 type: 'auto',
20 zIndex: DefaultZIndexes.axis
21};
Note: See TracBrowser for help on using the repository browser.