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

Function testObjectMoveItFun

test/jasmine/tests/domain_ref_interact_test.js:147–157  ·  view source on GitHub ↗
(color, x, y, type)

Source from the content-addressed store, hash-verified

145 gd = null;
146 });
147 function testObjectMoveItFun(color, x, y, type) {
148 return function(done) {
149 Plotly.newPlot(gd, Lib.extendDeep({}, testMock))
150 .then(delay(DELAY_TIME))
151 .then(function() {
152 testObjectMove(color, x, y, type);
153 })
154 .then(delay(DELAY_TIME))
155 .then(done, done.fail);
156 };
157 }
158 function testAnnotationMoveLabelItFun(color, x, y) {
159 return function(done) {
160 Plotly.newPlot(gd, Lib.extendDeep({}, testMock))

Callers 1

Calls 1

testObjectMoveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…