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() {
54065406 alignment : 'end' ,
54075407 x : 150
54085408 } ] . 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 ) {
54105410 var fig = {
54115411 data : [ {
54125412 x : [
@@ -5432,7 +5432,6 @@ describe('hovermode: (x|y)unified', function() {
54325432 y : [ 1 , 2 , 3 ]
54335433 } ] ,
54345434 layout : {
5435- barmode : t . barmode ,
54365435 showlegend : false ,
54375436 width : 600 ,
54385437 height : 400 ,
@@ -5488,7 +5487,7 @@ describe('hovermode: (x|y)unified', function() {
54885487 barmode : 'stacked' ,
54895488 alignment : 'end'
54905489 } ] . 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 ) {
54925491 var fig = {
54935492 data : [ {
54945493 x : [
You can’t perform that action at this time.
0 commit comments