We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92aaa6 commit 8cbbb8cCopy full SHA for 8cbbb8c
src/plots/plots.js
@@ -472,7 +472,7 @@ plots.supplyDefaults = function(gd) {
472
newFullLayout._dataLength = newData.length;
473
474
// then do the data
475
- newFullLayout._globalTransforms = gd._context.globalTransforms;
+ newFullLayout._globalTransforms = (gd._context || {}).globalTransforms;
476
plots.supplyDataDefaults(newData, newFullData, newFullLayout);
477
478
// attach helper method to check whether a plot type is present on graph
0 commit comments