()
| 1039 | } |
| 1040 | |
| 1041 | function zoomDone() { |
| 1042 | dragBox.removeZoombox(gd); |
| 1043 | |
| 1044 | if(r0 === null || r1 === null) return; |
| 1045 | var updateObj = {}; |
| 1046 | computeZoomUpdates(updateObj); |
| 1047 | |
| 1048 | dragBox.showDoubleClickNotifier(gd); |
| 1049 | |
| 1050 | Registry.call('_guiRelayout', gd, updateObj); |
| 1051 | } |
| 1052 | |
| 1053 | function computeZoomUpdates(update) { |
| 1054 | var rl = radialAxis._rl; |
nothing calls this directly
no test coverage detected
searching dependent graphs…