Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ opacity.js
File
opacity.js
test/fixtures/plugin.tooltip/opacity.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
patternCanvas = document.createElement(
'canvas'
);
2
var
patternContext = patternCanvas.getContext(
'2d'
);
3
4
patternCanvas.width = 6;
Callers
nothing calls this directly
Calls
5
getDatasetMeta
Method · 0.80
_handleEvent
Method · 0.80
draw
Method · 0.65
getContext
Method · 0.45
handleEvent
Method · 0.45
Tested by
no test coverage detected