File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5407,7 +5407,7 @@ describe('hovermode: (x|y)unified', function() {
5407
5407
xperiodalignment : 'end'
5408
5408
} ,
5409
5409
{
5410
- name : 'start ' ,
5410
+ name : 'one ' ,
5411
5411
type : scatterType ,
5412
5412
x : [ '2000-01' , '2000-02' ] ,
5413
5413
y : [ 1 , 2 ] ,
@@ -5416,7 +5416,7 @@ describe('hovermode: (x|y)unified', function() {
5416
5416
xperiodalignment : 'end'
5417
5417
} ,
5418
5418
{
5419
- name : 'end ' ,
5419
+ name : 'two ' ,
5420
5420
type : scatterType ,
5421
5421
x : [ '2000-01' , '2000-02' ] ,
5422
5422
y : [ 1 , 2 ] ,
@@ -5436,15 +5436,15 @@ describe('hovermode: (x|y)unified', function() {
5436
5436
_hover ( gd , { xpx : 50 , ypx : 200 } ) ;
5437
5437
assertLabel ( { title : 'Jan' , items : [
5438
5438
'bar : 1' ,
5439
- 'start : 1' ,
5440
- 'end : 1' ,
5439
+ 'one : 1' ,
5440
+ 'two : 1' ,
5441
5441
] } ) ;
5442
5442
5443
5443
_hover ( gd , { xpx : 350 , ypx : 200 } ) ;
5444
5444
assertLabel ( { title : 'Feb' , items : [
5445
5445
'bar : 2' ,
5446
- 'start : 2' ,
5447
- 'end : 2' ,
5446
+ 'one : 2' ,
5447
+ 'two : 2' ,
5448
5448
] } ) ;
5449
5449
} )
5450
5450
. then ( done , done . fail ) ;
You can’t perform that action at this time.
0 commit comments