(eventType)
| 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', |
no outgoing calls
no test coverage detected
searching dependent graphs…