We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e26ae commit 04d49ddCopy full SHA for 04d49dd
src/plot_api/plot_api.js
@@ -397,7 +397,7 @@ function opaqueSetBackground(gd, bgColor) {
397
}
398
399
function setPlotContext(gd, config) {
400
- if(!gd._context) gd._context = Lib.extendFlat({}, Plotly.defaultConfig);
+ if(!gd._context) gd._context = Lib.extendDeep({}, Plotly.defaultConfig);
401
var context = gd._context;
402
403
var i, keys, key;
0 commit comments