10 lines
270 B
JavaScript
Executable File
10 lines
270 B
JavaScript
Executable File
import { PolarAngleAxis as RCPolarAngleAxis} from 'recharts';
|
|
|
|
import styleConfig from './config';
|
|
|
|
export class PolarAngleAxis extends RCPolarAngleAxis {
|
|
static defaultProps = {
|
|
...RCPolarAngleAxis.defaultProps,
|
|
...styleConfig.polarAngleAxis
|
|
}
|
|
} |