@@ -466,7 +466,7 @@ describe('Test gl3d trace click/hover:', function() {
466466 . then ( _click )
467467 . then ( delay ( 20 ) )
468468 . then ( function ( ) {
469- assertEventData ( 134.03 , - 163.59 , - 163.59 , 0 , 3 ) ;
469+ assertEventData ( 140.72 , - 96.97 , - 96.97 , 0 , 2 ) ;
470470 } )
471471 . then ( done ) ;
472472 } ) ;
@@ -501,21 +501,21 @@ describe('Test gl3d trace click/hover:', function() {
501501 . then ( _hover )
502502 . then ( delay ( 20 ) )
503503 . then ( function ( ) {
504- assertHoverText ( 'x: 4 ' , 'y: 5 ' , 'z: 3. 5' , 'ts: 4 \nhz: 5 \nftt:3. 5' ) ;
504+ assertHoverText ( 'x: 3 ' , 'y: 4 ' , 'z: 5' , 'ts: 3 \nhz: 4 \nftt:5' ) ;
505505 } )
506506 . then ( function ( ) {
507507 return Plotly . restyle ( gd , 'hoverinfo' , 'x+y' ) ;
508508 } )
509509 . then ( delay ( 20 ) )
510510 . then ( function ( ) {
511- assertHoverText ( '(4, 5 )' ) ;
511+ assertHoverText ( '(3, 4 )' ) ;
512512 } )
513513 . then ( function ( ) {
514514 return Plotly . restyle ( gd , 'hoverinfo' , 'text' ) ;
515515 } )
516516 . then ( delay ( 20 ) )
517517 . then ( function ( ) {
518- assertHoverText ( 'ts: 4 \nhz: 5 \nftt:3. 5' ) ;
518+ assertHoverText ( 'ts: 3 \nhz: 4 \nftt:5' ) ;
519519 } )
520520 . then ( function ( ) {
521521 return Plotly . restyle ( gd , 'text' , 'yo!' ) ;
@@ -531,14 +531,14 @@ describe('Test gl3d trace click/hover:', function() {
531531 } )
532532 . then ( delay ( 20 ) )
533533 . then ( function ( ) {
534- assertHoverText ( null , null , null , 'ts: 4 \nhz: 5 \nftt:3. 5 !!' ) ;
534+ assertHoverText ( null , null , null , 'ts: 3 \nhz: 4 \nftt:5 !!' ) ;
535535 } )
536536 . then ( function ( ) {
537537 return Plotly . restyle ( gd , 'hovertemplate' , '%{x}-%{y}-%{z}<extra></extra>' ) ;
538538 } )
539539 . then ( delay ( 20 ) )
540540 . then ( function ( ) {
541- assertHoverText ( null , null , null , '4-5-3. 5' ) ;
541+ assertHoverText ( null , null , null , '3-4- 5' ) ;
542542 } )
543543 . catch ( failTest )
544544 . then ( done ) ;
0 commit comments