File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -481,6 +481,15 @@ plots.supplyDefaults = function(gd) {
481
481
482
482
// attach helper method
483
483
newFullLayout . _has = hasPlotType . bind ( newFullLayout ) ;
484
+
485
+ // temporary block (before replace all _has??? with _hasPlotType() ?
486
+ newFullLayout . _hasCartesian = newFullLayout . _has ( 'cartesian' ) ;
487
+ newFullLayout . _hasGeo = newFullLayout . _has ( 'geo' ) ;
488
+ newFullLayout . _hasGL3D = newFullLayout . _has ( 'gl3d' ) ;
489
+ newFullLayout . _hasGL2D = newFullLayout . _has ( 'gl2d' ) ;
490
+ newFullLayout . _hasTernary = newFullLayout . _has ( 'ternary' ) ;
491
+ newFullLayout . _hasPie = newFullLayout . _has ( 'pie' ) ;
492
+
484
493
// special cases that introduce interactions between traces
485
494
for ( i = 0 ; i < modules . length ; i ++ ) {
486
495
_module = modules [ i ] ;
You can’t perform that action at this time.
0 commit comments