()
| 329 | |
| 330 | // Render the chart component (this only updates when the chart is created) |
| 331 | render(){ |
| 332 | return( |
| 333 | <div style={divStyle} ref={this.divRef}> |
| 334 | <Line data={data} options={defaultChartOptions} ref={this.chartRef}/> |
| 335 | <div style={{marginLeft:"-64px", verticalAlign: "bottom", |
| 336 | bottom:"0px",width:"0px",fontSize:"12px",marginBottom:"20px", |
| 337 | color:plotFontColor, |
nothing calls this directly
no outgoing calls
no test coverage detected