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

Function _dragRadial

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

Source from the content-addressed store, hash-verified

1427 var scene, gl, nTraces;
1428
1429 function _dragRadial() {
1430 var node = d3Select('.polar > .draglayer > .radialdrag').node();
1431 var p0 = [375, 200];
1432 var dp = [-50, 0];
1433 return drag({node: node, dpos: dp, pos0: p0, nsteps: 2});
1434 }
1435
1436 function _dragAngular() {
1437 var node = d3Select('.polar > .draglayer > .angulardrag').node();

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…