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

Method render

src/Components/SerialChart.js:219–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected