MCPcopy
hub / github.com/plotly/plotly.js / _click

Function _click

test/jasmine/tests/polar_test.js:734–738  ·  view source on GitHub ↗
(pos, opts)

Source from the content-addressed store, hash-verified

732 }
733
734 function _click(pos, opts) {
735 eventData = '';
736 gd._mouseDownTime = 0;
737 click(pos[0], pos[1], opts);
738 }
739
740 function _doubleClick(pos) {
741 gd._mouseDownTime = 0;

Callers 2

polar_test.jsFile · 0.70
sankey_test.jsFile · 0.70

Calls 1

clickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…