source: node_modules/recharts/lib/polar/defaultPolarRadiusAxisProps.js@ a762898

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

Added visualizations

  • Property mode set to 100644
File size: 642 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.defaultPolarRadiusAxisProps = void 0;
7var _DefaultZIndexes = require("../zIndex/DefaultZIndexes");
8var defaultPolarRadiusAxisProps = exports.defaultPolarRadiusAxisProps = {
9 allowDataOverflow: false,
10 allowDecimals: false,
11 allowDuplicatedCategory: true,
12 angle: 0,
13 axisLine: true,
14 includeHidden: false,
15 hide: false,
16 label: false,
17 orientation: 'right',
18 radiusAxisId: 0,
19 reversed: false,
20 scale: 'auto',
21 stroke: '#ccc',
22 tick: true,
23 tickCount: 5,
24 tickLine: true,
25 type: 'auto',
26 zIndex: _DefaultZIndexes.DefaultZIndexes.axis
27};
Note: See TracBrowser for help on using the repository browser.