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