MCPcopy Index your code
hub / github.com/plotly/plotly.js / check

Function check

test/jasmine/tests/scatterternary_test.js:341–348  ·  view source on GitHub ↗
(pos, content)

Source from the content-addressed store, hash-verified

339 var gd;
340
341 function check(pos, content) {
342 mouseEvent('mousemove', pos[0], pos[1]);
343
344 assertHoverLabelContent({
345 nums: content[0],
346 name: content[1]
347 });
348 }
349
350 beforeAll(function(done) {
351 gd = createGraphDiv();

Callers 1

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…