MCPcopy
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

drawMethod · 0.95
clearCacheMethod · 0.80

Calls 1

clearCanvasFunction · 0.85

Tested by

no test coverage detected