Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ doughnut-animation.js
File
doughnut-animation.js
test/fixtures/controller.doughnut/doughnut-animation.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
canvas = document.createElement(
'canvas'
);
2
canvas.width = 512;
3
canvas.height = 512;
4
const
ctx = canvas.getContext(
'2d'
);
Callers
nothing calls this directly
Calls
4
resolve
Function · 0.85
_getAnims
Method · 0.80
getContext
Method · 0.45
_update
Method · 0.45
Tested by
no test coverage detected