Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/curiores/SerialAnalyzer
/ render
Method
render
src/Components/Monitor.js:75–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
// SerialDataObject.Monitor.fontSize/12.0*0.85 + "rem";
74
// Render the chart component (this only updates when the chart is created)
75
render() {
76
return
(
77
<div style={divStyle} ref={this.divRef}>
78
</div>
79
)
80
}
81
}
Callers
1
index.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected