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

Function computeRotationUpdates

src/plots/polar/polar.js:1421–1427  ·  view source on GitHub ↗
(updateObj)

Source from the content-addressed store, hash-verified

1419 }
1420
1421 function computeRotationUpdates(updateObj) {
1422 updateObj[_this.id + '.angularaxis.rotation'] = rot1;
1423
1424 if(_this.vangles) {
1425 updateObj[_this.id + '.radialaxis.angle'] = rrot1;
1426 }
1427 }
1428
1429 function doneFn() {
1430 scatterTextPoints.select('text').attr('transform', null);

Callers 2

moveFnFunction · 0.85
doneFnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…