(gd)
| 7680 | } |
| 7681 | |
| 7682 | function getZoomOutButton(gd) { |
| 7683 | return selectButton(gd._fullLayout._modeBar, 'zoomOut2d'); |
| 7684 | } |
| 7685 | |
| 7686 | function getFormatter(format) { |
| 7687 | return utcFormat(format); |
no test coverage detected
searching dependent graphs…