Skip to content

Commit a7b08b3

Browse files
committed
clear canvas on doTicksRelayout when hasOnlyLargeSploms
1 parent 6c5a1e7 commit a7b08b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plot_api/subroutines.js

+1
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ exports.doTicksRelayout = function(gd) {
459459
Axes.doTicks(gd, 'redraw');
460460

461461
if(gd._fullLayout._hasOnlyLargeSploms) {
462+
clearGlCanvases(gd);
462463
Registry.subplotsRegistry.splom.plot(gd);
463464
}
464465

0 commit comments

Comments
 (0)