We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c5714 commit dd86a60Copy full SHA for dd86a60
test/jasmine/tests/hover_label_test.js
@@ -3839,13 +3839,13 @@ describe('hovermode: (x|y)unified', function() {
3839
mockCopy.layout.hovermode = 'x unified';
3840
Plotly.newPlot(gd, mockCopy)
3841
.then(function(gd) {
3842
- _hover(gd, {xpx: 400, ypx: 400});
+ _hover(gd, {curveNumber: 0});
3843
3844
- assertLabel({title: 'Apr 13, 2014, 09:51:36', items: [
3845
- 'Outdoor (wun... : 63',
3846
- '1st Floor (N... : (Apr 13, 2014, 09:51:34, 69.5)',
3847
- '2nd Floor (R... : (Apr 13, 2014, 09:51:33, 69.125)',
3848
- 'Attic (Ardui... : (Apr 13, 2014, 09:51:37, 68.68)'
+ assertLabel({title: 'Apr 13, 2014, 15:21:11', items: [
+ 'Outdoor (wun... : (Apr 13, 2014, 15:26:12, 69.4)',
+ '1st Floor (N... : (Apr 13, 2014, 15:21:15, 74.8)',
+ '2nd Floor (R... : 73.625',
+ 'Attic (Ardui... : (Apr 13, 2014, 15:26:34, 98.49)'
3849
]});
3850
})
3851
.catch(failTest)
0 commit comments