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 84fb9fa commit 31e040dCopy full SHA for 31e040d
src/plots/plots.js
@@ -762,9 +762,6 @@ plots.purge = function(gd) {
762
// note: we DO NOT remove _context because it doesn't change when we insert
763
// a new plot, and may have been set outside of our scope.
764
765
- // clean up the gl and geo containers
766
- // TODO unify subplot creation/update with d3.selection.order
767
- // and/or subplot ids
768
var fullLayout = gd._fullLayout || {};
769
if(fullLayout._glcontainer !== undefined) fullLayout._glcontainer.remove();
770
if(fullLayout._geocontainer !== undefined) fullLayout._geocontainer.remove();
0 commit comments