File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -907,8 +907,8 @@ describe('Test scattergl autorange:', function() {
907
907
marker : { size : 10 }
908
908
} ] )
909
909
. then ( function ( ) {
910
- expect ( gd . _fullLayout . xaxis . range ) . toBeCloseToArray ( [ - 0.02 , 1.02 ] , 'x range' ) ;
911
- expect ( gd . _fullLayout . yaxis . range ) . toBeCloseToArray ( [ - 0.04 , 1.04 ] , 'y range' ) ;
910
+ expect ( gd . _fullLayout . xaxis . range ) . toBeCloseToArray ( [ - 0.079 , 1.079 ] , 2 , 'x range' ) ;
911
+ expect ( gd . _fullLayout . yaxis . range ) . toBeCloseToArray ( [ - 0.105 , 1.105 ] , 2 , 'y range' ) ;
912
912
} )
913
913
. catch ( fail )
914
914
. then ( done ) ;
@@ -925,8 +925,8 @@ describe('Test scattergl autorange:', function() {
925
925
marker : { size : ms }
926
926
} ] )
927
927
. then ( function ( ) {
928
- expect ( gd . _fullLayout . xaxis . range ) . toBeCloseToArray ( [ - 0.05 , 1.05 ] , 'x range' ) ;
929
- expect ( gd . _fullLayout . yaxis . range ) . toBeCloseToArray ( [ - 0.11 , 1.11 ] , 'y range' ) ;
928
+ expect ( gd . _fullLayout . xaxis . range ) . toBeCloseToArray ( [ - 0.119 , 1.119 ] , 2 , 'x range' ) ;
929
+ expect ( gd . _fullLayout . yaxis . range ) . toBeCloseToArray ( [ - 0.199 , 1.199 ] , 2 , 'y range' ) ;
930
930
} )
931
931
. catch ( fail )
932
932
. then ( done ) ;
You can’t perform that action at this time.
0 commit comments