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

Function _dragAngular

test/jasmine/tests/polar_test.js:1436–1441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1434 }
1435
1436 function _dragAngular() {
1437 var node = d3Select('.polar > .draglayer > .angulardrag').node();
1438 var p0 = [350, 150];
1439 var dp = [-20, 20];
1440 return drag({node: node, dpos: dp, pos0: p0});
1441 }
1442
1443 // once on drag, once on mouseup relayout
1444 function _assert() {

Callers 1

polar_test.jsFile · 0.85

Calls 1

dragFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…