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

Function showDoubleClickNotifier

src/plots/cartesian/dragbox.js:1210–1215  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

1208}
1209
1210function showDoubleClickNotifier(gd) {
1211 if(SHOWZOOMOUTTIP && gd.data && gd._context.showTips) {
1212 Lib.notifier(Lib._(gd, 'Double-click to zoom back out'), 'long', gd);
1213 SHOWZOOMOUTTIP = false;
1214 }
1215}
1216
1217function xCorners(box, y0) {
1218 return 'M' +

Callers 1

zoomDoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…