@@ -475,33 +475,33 @@ describe('subplot creation / deletion:', function() {
475475 ] , {
476476 xaxis2 : { overlaying : 'x' } ,
477477 yaxis2 : { overlaying : 'y' } ,
478- plot_bgcolor :'red' ,
478+ plot_bgcolor : 'red' ,
479479 showlegend : false
480480 } )
481481 . then ( function ( ) {
482482 checkBGLayers ( 1 , 0 , [ 'xy' , 'x2y2' ] ) ;
483483
484484 return Plotly . relayout ( gd , {
485- 'xaxis.domain' :[ 0 , 0.4 ] ,
486- 'xaxis2.domain' :[ 0.6 , 1 ] ,
487- 'xaxis2.overlaying' : null
488- } )
485+ 'xaxis.domain' : [ 0 , 0.4 ] ,
486+ 'xaxis2.domain' : [ 0.6 , 1 ] ,
487+ 'xaxis2.overlaying' : null
488+ } ) ;
489489 } )
490490 . then ( function ( ) {
491491 checkBGLayers ( 2 , 0 , [ 'xy' , 'x2y2' ] ) ;
492492
493493 return Plotly . relayout ( gd , {
494494 'xaxis2.overlaying' : 'x'
495- } )
495+ } ) ;
496496 } )
497497 . then ( function ( ) {
498498 checkBGLayers ( 1 , 0 , [ 'xy' , 'x2y2' ] ) ;
499499
500500 return Plotly . relayout ( gd , {
501- 'xaxis.domain' :[ 0 , 0.6 ] ,
502- 'xaxis2.domain' :[ 0.4 , 1 ] ,
503- 'xaxis2.overlaying' : null
504- } )
501+ 'xaxis.domain' : [ 0 , 0.6 ] ,
502+ 'xaxis2.domain' : [ 0.4 , 1 ] ,
503+ 'xaxis2.overlaying' : null
504+ } ) ;
505505 } )
506506 . then ( function ( ) {
507507 checkBGLayers ( 1 , 1 , [ 'xy' , 'x2y2' ] ) ;
0 commit comments