Skip to content

Commit adee9b2

Browse files
committed
Add missing layout container arrays
1 parent 511de3d commit adee9b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/plots/plots.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,10 @@ plots.extendTrace = function(destTrace, srcTrace) {
14471447
plots.extendLayout = function(destLayout, srcLayout) {
14481448
return plots.extendObjectWithContainers(destLayout, srcLayout, [
14491449
'annotations',
1450-
'shapes'
1450+
'shapes',
1451+
'images',
1452+
'sliders',
1453+
'updatemenus'
14511454
]);
14521455
};
14531456

0 commit comments

Comments
 (0)