(gd, xaxisId, yaxisId)
| 2957 | }); |
| 2958 | |
| 2959 | function assertFirstPointOn(gd, xaxisId, yaxisId) { |
| 2960 | // first point should be on the main subplot |
| 2961 | expect(gd._hoverdata[0].xaxis._id).toBe(xaxisId); |
| 2962 | expect(gd._hoverdata[0].yaxis._id).toBe(yaxisId); |
| 2963 | } |
| 2964 | |
| 2965 | describe('hover on subplots when hoversubplots is set to *axis* and x hovermodes', function () { |
| 2966 | 'use strict'; |
no outgoing calls
no test coverage detected
searching dependent graphs…