@@ -522,7 +522,8 @@ describe('Test violin hover:', function() {
522
522
it ( 'should show in two-sided base case' , function ( done ) {
523
523
Plotly . plot ( gd , fig ) . then ( function ( ) {
524
524
mouseEvent ( 'mousemove' , 250 , 250 ) ;
525
- assertViolinHoverLine ( [ 299.35 , 250 , 200.65 , 250 ] ) ;
525
+ // assertViolinHoverLine([299.35, 250, 200.65, 250]);
526
+ assertViolinHoverLine ( [ 178.67823028564453 , 250 , 80 , 250 ] ) ;
526
527
} )
527
528
. catch ( failTest )
528
529
. then ( done ) ;
@@ -533,7 +534,8 @@ describe('Test violin hover:', function() {
533
534
534
535
Plotly . plot ( gd , fig ) . then ( function ( ) {
535
536
mouseEvent ( 'mousemove' , 300 , 250 ) ;
536
- assertViolinHoverLine ( [ 299.35 , 250 , 250 , 250 ] ) ;
537
+ // assertViolinHoverLine([299.35, 250, 250, 250]);
538
+ assertViolinHoverLine ( [ 178.67823028564453 , 250 , 80 , 250 ] ) ;
537
539
} )
538
540
. catch ( failTest )
539
541
. then ( done ) ;
@@ -544,7 +546,8 @@ describe('Test violin hover:', function() {
544
546
545
547
Plotly . plot ( gd , fig ) . then ( function ( ) {
546
548
mouseEvent ( 'mousemove' , 200 , 250 ) ;
547
- assertViolinHoverLine ( [ 200.65 , 250 , 250 , 250 ] ) ;
549
+ // assertViolinHoverLine([200.65, 250, 250, 250]);
550
+ assertViolinHoverLine ( [ 321.3217315673828 , 250 , 420 , 250 ] ) ;
548
551
} )
549
552
. catch ( failTest )
550
553
. then ( done ) ;
0 commit comments