Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ clear
Method
clear
src/core/core.controller.js:254–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
}
253
254
clear() {
255
clearCanvas(this.canvas, this.ctx);
256
return
this;
257
}
258
259
stop() {
260
animator.stop(this);
Callers
2
draw
Method · 0.95
clearCache
Method · 0.80
Calls
1
clearCanvas
Function · 0.85
Tested by
no test coverage detected