(props)
| 8 | |
| 9 | class SmallStats extends React.Component { |
| 10 | constructor(props) { |
| 11 | super(props); |
| 12 | |
| 13 | this.canvasRef = React.createRef(); |
| 14 | } |
| 15 | |
| 16 | componentDidMount() { |
| 17 | const chartOptions = { |
nothing calls this directly
no outgoing calls
no test coverage detected