MCPcopy Index your code
hub / github.com/plotly/plotly.js / getZoomInButton

Function getZoomInButton

test/jasmine/tests/axes_test.js:7678–7680  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

7676});
7677
7678function getZoomInButton(gd) {
7679 return selectButton(gd._fullLayout._modeBar, 'zoomIn2d');
7680}
7681
7682function getZoomOutButton(gd) {
7683 return selectButton(gd._fullLayout._modeBar, 'zoomOut2d');

Callers 1

zoomInFunction · 0.85

Calls 1

selectButtonFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…