()
| 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 |
no test coverage detected
searching dependent graphs…