()
| 671 | } |
| 672 | |
| 673 | function zoomDone() { |
| 674 | removeZoombox(gd); |
| 675 | |
| 676 | if(mins === mins0) return; |
| 677 | |
| 678 | Registry.call('_guiRelayout', gd, makeUpdate(mins)); |
| 679 | |
| 680 | if(SHOWZOOMOUTTIP && gd.data && gd._context.showTips) { |
| 681 | Lib.notifier(_(gd, 'Double-click to zoom back out'), 'long', gd); |
| 682 | SHOWZOOMOUTTIP = false; |
| 683 | } |
| 684 | } |
| 685 | |
| 686 | function panPrep() { |
| 687 | mins0 = { |
nothing calls this directly
no test coverage detected
searching dependent graphs…