We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82062d6 commit 4db2ba9Copy full SHA for 4db2ba9
src/plot_api/plot_api.js
@@ -1959,9 +1959,9 @@ function _relayout(gd, aobj) {
1959
}
1960
// alter gd.layout
1961
else {
1962
+ var pp1 = String(p.parts[1] || '');
1963
// check whether we can short-circuit a full redraw
1964
// 3d or geo at this point just needs to redraw.
- var pp1 = String(p.parts[1] || '');
1965
if(p.parts[0].indexOf('scene') === 0) flags.doplot = true;
1966
else if(p.parts[0].indexOf('geo') === 0) flags.doplot = true;
1967
else if(p.parts[0].indexOf('ternary') === 0) flags.doplot = true;
0 commit comments