Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
Callers
15
plugin.title.tests.js
File · 0.65
element.point.tests.js
File · 0.65
plugin.tooltip.tests.js
File · 0.65
core.scale.tests.js
File · 0.65
element.arc.tests.js
File · 0.65
scale.radialLinear.tests.js
File · 0.65
controller.bar.tests.js
File · 0.65
color-box-border-dash.js
File · 0.65
opacity.js
File · 0.65
corner-radius.js
File · 0.65
point-style.js
File · 0.65
color-box-border-radius.js
File · 0.65
Implementers
1
Scale
src/core/core.scale.js
Calls
no outgoing calls
Tested by
no test coverage detected