Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ caret-position.js
File
caret-position.js
test/fixtures/plugin.tooltip/caret-position.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
data = [];
2
for
(
let
x = 1; x < 4; x++) {
3
for
(
let
y = 1; y < 4; y++) {
4
data.push({x, y});
Callers
nothing calls this directly
Calls
4
getDatasetMeta
Method · 0.80
_handleEvent
Method · 0.80
draw
Method · 0.65
handleEvent
Method · 0.45
Tested by
no test coverage detected