()
| 217 | |
| 218 | // Render the chart component (this only updates when the chart is created) |
| 219 | render() { |
| 220 | return ( |
| 221 | <div style={divStyle} ref={this.divRef}> |
| 222 | <Line data={data} options={defaultChartOptions} ref={this.chartRef}> |
| 223 | </Line> |
| 224 | <div style={{ |
| 225 | marginLeft: "-64px", verticalAlign: "bottom", |
nothing calls this directly
no outgoing calls
no test coverage detected