(gd)
| 7676 | }); |
| 7677 | |
| 7678 | function getZoomInButton(gd) { |
| 7679 | return selectButton(gd._fullLayout._modeBar, 'zoomIn2d'); |
| 7680 | } |
| 7681 | |
| 7682 | function getZoomOutButton(gd) { |
| 7683 | return selectButton(gd._fullLayout._modeBar, 'zoomOut2d'); |
no test coverage detected
searching dependent graphs…