(updateObj)
| 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); |