File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5406,7 +5406,7 @@ describe('hovermode: (x|y)unified', function() {
5406
5406
alignment : 'end' ,
5407
5407
x : 150
5408
5408
} ] . forEach ( function ( t ) {
5409
- it ( 'two ' + t . alignment + ' period positioned ' + ( t . barmode ? t . barmode + ' ' : '' ) + t . type + 's ' , function ( done ) {
5409
+ it ( 'two ' + t . alignment + ' period positioned ' + t . type + ' points ' , function ( done ) {
5410
5410
var fig = {
5411
5411
data : [ {
5412
5412
x : [
@@ -5432,7 +5432,6 @@ describe('hovermode: (x|y)unified', function() {
5432
5432
y : [ 1 , 2 , 3 ]
5433
5433
} ] ,
5434
5434
layout : {
5435
- barmode : t . barmode ,
5436
5435
showlegend : false ,
5437
5436
width : 600 ,
5438
5437
height : 400 ,
@@ -5488,7 +5487,7 @@ describe('hovermode: (x|y)unified', function() {
5488
5487
barmode : 'stacked' ,
5489
5488
alignment : 'end'
5490
5489
} ] . forEach ( function ( t ) {
5491
- it ( 'two ' + t . alignment + ' period positioned ' + ( t . barmode ? t . barmode + ' ' : '' ) + t . type + 's ', function ( done ) {
5490
+ it ( 'two ' + t . alignment + ' period positioned ' + t . barmode + ' bars ' , function ( done ) {
5492
5491
var fig = {
5493
5492
data : [ {
5494
5493
x : [
You can’t perform that action at this time.
0 commit comments