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