(points)
| 972 | emitHover(gd._hoverdata); |
| 973 | |
| 974 | function emitHover(points) { |
| 975 | gd.emit('plotly_hover', { |
| 976 | event: evt, |
| 977 | points: points, |
| 978 | xaxes: xaArray, |
| 979 | yaxes: yaArray, |
| 980 | xvals: xvalArray, |
| 981 | yvals: yvalArray |
| 982 | }); |
| 983 | } |
| 984 | } |
| 985 | |
| 986 | function hoverDataKey(d) { |
no outgoing calls
no test coverage detected
searching dependent graphs…