File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -461,15 +461,6 @@ plots.supplyDefaults = function(gd, opts) {
461
461
newFullLayout . images . length === 0
462
462
) ;
463
463
464
- // TODO remove in v2.0.0
465
- // add has-plot-type refs to fullLayout for backward compatibility
466
- newFullLayout . _hasCartesian = newFullLayout . _has ( 'cartesian' ) ;
467
- newFullLayout . _hasGeo = newFullLayout . _has ( 'geo' ) ;
468
- newFullLayout . _hasGL3D = newFullLayout . _has ( 'gl3d' ) ;
469
- newFullLayout . _hasGL2D = newFullLayout . _has ( 'gl2d' ) ;
470
- newFullLayout . _hasTernary = newFullLayout . _has ( 'ternary' ) ;
471
- newFullLayout . _hasPie = newFullLayout . _has ( 'pie' ) ;
472
-
473
464
// relink / initialize subplot axis objects
474
465
plots . linkSubplots ( newFullData , newFullLayout , oldFullData , oldFullLayout ) ;
475
466
You can’t perform that action at this time.
0 commit comments