MCPcopy
hub / github.com/plotly/plotly.js / check

Function check

test/jasmine/tests/ternary_test.js:131–137  ·  view source on GitHub ↗
(content, style, msg)

Source from the content-addressed store, hash-verified

129 assertHoverLabelContent([null, null], 'only on data points');
130
131 function check(content, style, msg) {
132 Lib.clearThrottle();
133 mouseEvent('mousemove', pointPos[0], pointPos[1]);
134
135 assertHoverLabelContent({nums: content}, msg);
136 assertHoverLabelStyle(d3Select('g.hovertext'), style, msg);
137 }
138
139 check([
140 'Component A: 0.5',

Callers 1

ternary_test.jsFile · 0.70

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…