@@ -1149,10 +1149,6 @@ describe('Test polar interactions:', function() {
1149
1149
describe ( 'dragmode === false' , function ( ) {
1150
1150
it ( 'should not respond to drag interactions on plot area when dragmode === false' , function ( done ) {
1151
1151
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1152
-
1153
- // to avoid dragging on hover labels
1154
- fig . layout . hovermode = false ;
1155
-
1156
1152
// adjust margins so that middle of plot area is at 300x300
1157
1153
// with its middle at [200,200]
1158
1154
fig . layout . width = 400 ;
@@ -1243,10 +1239,6 @@ describe('Test polar interactions:', function() {
1243
1239
1244
1240
it ( 'should not respond to drag interactions on radial drag area when dragmode === false' , function ( done ) {
1245
1241
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1246
-
1247
- // to avoid dragging on hover labels
1248
- fig . layout . hovermode = false ;
1249
-
1250
1242
// adjust margins so that middle of plot area is at 300x300
1251
1243
// with its middle at [200,200]
1252
1244
fig . layout . width = 400 ;
@@ -1328,8 +1320,6 @@ describe('Test polar interactions:', function() {
1328
1320
it ( 'should not respond to drag interactions on inner radial drag area when dragmode === false' , function ( done ) {
1329
1321
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1330
1322
fig . layout . polar . hole = 0.2 ;
1331
- // to avoid dragging on hover labels
1332
- fig . layout . hovermode = false ;
1333
1323
// adjust margins so that middle of plot area is at 300x300
1334
1324
// with its middle at [200,200]
1335
1325
fig . layout . width = 400 ;
@@ -1372,10 +1362,6 @@ describe('Test polar interactions:', function() {
1372
1362
1373
1363
it ( 'should not respond to drag interactions on angular drag area when dragmode === false' , function ( done ) {
1374
1364
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
1375
-
1376
- // to avoid dragging on hover labels
1377
- fig . layout . hovermode = false ;
1378
-
1379
1365
// adjust margins so that middle of plot area is at 300x300
1380
1366
// with its middle at [200,200]
1381
1367
fig . layout . width = 400 ;
0 commit comments