MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks / render

Method render

Sources/src/Model/UI/Modules/Chart.js:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 render() {
173 return <canvas id={this.props.id} width="100%" height="100%" style={{width:"100%", height:"100%"}}></canvas>;
174 }
175}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected