MCPcopy Create free account
hub / github.com/curiores/SerialAnalyzer / render

Method render

src/Components/Spectrum.js:331–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected