10
app/components/Recharts/PolarAngleAxis.js
Executable file
10
app/components/Recharts/PolarAngleAxis.js
Executable file
@@ -0,0 +1,10 @@
|
||||
import { PolarAngleAxis as RCPolarAngleAxis} from 'recharts';
|
||||
|
||||
import styleConfig from './config';
|
||||
|
||||
export class PolarAngleAxis extends RCPolarAngleAxis {
|
||||
static defaultProps = {
|
||||
...RCPolarAngleAxis.defaultProps,
|
||||
...styleConfig.polarAngleAxis
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user