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

Function dispatch

test/jasmine/tests/gl3d_plot_interact_test.js:1915–1918  ·  view source on GitHub ↗
(eventType)

Source from the content-addressed store, hash-verified

1913
1914 it('@gl should display hover labels and trigger *plotly_clickannotation* event', function(done) {
1915 function dispatch(eventType) {
1916 var target = d3Select('g.annotation-text-g').select('g').node();
1917 target.dispatchEvent(new MouseEvent(eventType));
1918 }
1919
1920 Plotly.newPlot(gd, [{
1921 type: 'scatter3d',

Callers 4

zoomstartedFunction · 0.85
zoomedFunction · 0.85
zoomendedFunction · 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…