MCPcopy
hub / github.com/chartjs/Chart.js / draw

Method draw

src/types/layout.d.ts:50–50  ·  view source on GitHub ↗

* Draws the element

(chartArea: ChartArea)

Source from the content-addressed store, hash-verified

48 * Draws the element
49 */
50 draw(chartArea: ChartArea): void;
51 /**
52 * Returns an object with padding on the edges
53 */

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected