| 94 | The chart is updated using references every refreshRate milliseconds. |
| 95 | */ |
| 96 | export default class SerialChart extends React.Component { |
| 97 | |
| 98 | constructor(props) { |
| 99 | super(props) |
nothing calls this directly
no outgoing calls
no test coverage detected