MCPcopy Create free account
hub / github.com/leeoniya/uPlot / dblClick

Function dblClick

src/uPlot.js:3341–3353  ·  view source on GitHub ↗
(e, src, _l, _t, _w, _h, _i)

Source from the content-addressed store, hash-verified

3339 }
3340
3341 function dblClick(e, src, _l, _t, _w, _h, _i) {
3342 if (cursor._lock)
3343 return;
3344
3345 setCursorEvent(e);
3346
3347 autoScaleX();
3348
3349 hideSelect();
3350
3351 if (e != null)
3352 pubSync(dblclick, self, mouseLeft1, mouseTop1, plotWidCss, plotHgtCss, null);
3353 }
3354
3355 function syncPxRatio() {
3356 axes.forEach(syncFontSize);

Callers

nothing calls this directly

Calls 4

setCursorEventFunction · 0.85
autoScaleXFunction · 0.85
hideSelectFunction · 0.85
pubSyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…