MCPcopy Create free account
hub / github.com/plotly/plotly.js / doneFn

Function doneFn

src/plots/polar/polar.js:1214–1220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1212 }
1213
1214 function doneFn() {
1215 if(angle1 !== null) {
1216 Registry.call('_guiRelayout', gd, _this.id + '.radialaxis.angle', angle1);
1217 } else if(rprime !== null) {
1218 Registry.call('_guiRelayout', gd, _this.id + '.radialaxis.range[' + rngIndex + ']', rprime);
1219 }
1220 }
1221
1222 function rotateMove(dx, dy) {
1223 // disable for inner drag boxes

Callers 1

_runFunction · 0.85

Calls 1

computeRotationUpdatesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…