Skip to content

Commit 4db2ba9

Browse files
committed
rearrange deckchairs
1 parent 82062d6 commit 4db2ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1959,9 +1959,9 @@ function _relayout(gd, aobj) {
19591959
}
19601960
// alter gd.layout
19611961
else {
1962+
var pp1 = String(p.parts[1] || '');
19621963
// check whether we can short-circuit a full redraw
19631964
// 3d or geo at this point just needs to redraw.
1964-
var pp1 = String(p.parts[1] || '');
19651965
if(p.parts[0].indexOf('scene') === 0) flags.doplot = true;
19661966
else if(p.parts[0].indexOf('geo') === 0) flags.doplot = true;
19671967
else if(p.parts[0].indexOf('ternary') === 0) flags.doplot = true;

0 commit comments

Comments
 (0)