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