Files
2019-08-15 00:54:44 +02:00

10 lines
223 B
JavaScript
Executable File

import { Legend as RCLegend } from 'recharts';
import styleConfig from './config';
export class Legend extends RCLegend {
static defaultProps = {
...RCLegend.defaultProps,
...styleConfig.legend
}
}