MCPcopy
hub / github.com/chartjs/Chart.js / bar-animation-hide-show.js

File bar-animation-hide-show.js

test/fixtures/controller.bar/bar-animation-hide-show.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const canvas = document.createElement('canvas');
2canvas.width = 512;
3canvas.height = 512;
4const ctx = canvas.getContext('2d');

Callers

nothing calls this directly

Calls 6

resolveFunction · 0.85
_getAnimsMethod · 0.80
hideMethod · 0.80
showMethod · 0.80
getContextMethod · 0.45
_updateMethod · 0.45

Tested by

no test coverage detected