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

Function computeRadialAxisUpdates

src/plots/polar/polar.js:1206–1212  ·  view source on GitHub ↗
(update)

Source from the content-addressed store, hash-verified

1204 }
1205
1206 function computeRadialAxisUpdates(update) {
1207 if(angle1 !== null) {
1208 update[_this.id + '.radialaxis.angle'] = angle1;
1209 } else if(rprime !== null) {
1210 update[_this.id + '.radialaxis.range[' + rngIndex + ']'] = rprime;
1211 }
1212 }
1213
1214 function doneFn() {
1215 if(angle1 !== null) {

Callers 1

moveFnFunction · 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…