@@ -1564,7 +1564,7 @@ function _restyle(gd, aobj, _traces) {
15641564 helpers . swapXYData ( cont ) ;
15651565 }
15661566 else if ( Plots . dataArrayContainers . indexOf ( param . parts [ 0 ] ) !== - 1 ) {
1567- // TODO: use manageArrays.editContainerArray here too
1567+ // TODO: use manageArrays.applyContainerArrayChanges here too
15681568 helpers . manageArrayContainers ( param , newVal , undoit ) ;
15691569 flags . docalc = true ;
15701570 }
@@ -2017,7 +2017,7 @@ function _relayout(gd, aobj) {
20172017 flags . docalc = true ;
20182018 }
20192019
2020- // prepare the edits object we'll send to editContainerArray
2020+ // prepare the edits object we'll send to applyContainerArrayChanges
20212021 if ( ! arrayEdits [ arrayStr ] ) arrayEdits [ arrayStr ] = { } ;
20222022 var objEdits = arrayEdits [ arrayStr ] [ i ] ;
20232023 if ( ! objEdits ) objEdits = arrayEdits [ arrayStr ] [ i ] = { } ;
@@ -2097,7 +2097,7 @@ function _relayout(gd, aobj) {
20972097
20982098 // now we've collected component edits - execute them all together
20992099 for ( arrayStr in arrayEdits ) {
2100- var finished = manageArrays . editContainerArray ( gd ,
2100+ var finished = manageArrays . applyContainerArrayChanges ( gd ,
21012101 Lib . nestedProperty ( layout , arrayStr ) , arrayEdits [ arrayStr ] , flags ) ;
21022102 if ( ! finished ) flags . doplot = true ;
21032103 }
0 commit comments