We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8a3f9 commit 92119bbCopy full SHA for 92119bb
src/plots/ternary/ternary.js
@@ -50,14 +50,6 @@ proto.plot = function(ternaryData, fullLayout) {
50
graphSize = fullLayout._size,
51
i;
52
53
- if(Lib.getPlotDiv(_this.plotContainer.node()) !== _this.graphDiv) {
54
- // someone deleted the framework - remake it
55
- // TODO: this is getting deleted in (cartesian) makePlotFramework
56
- // turn that into idiomatic d3 (enter/exit, the piece I didn't know
57
- // before was ordering selections) so we don't need this.
58
- _this.init(_this.graphDiv._fullLayout);
59
- _this.makeFramework();
60
- }
61
62
_this.adjustLayout(ternaryLayout, graphSize);
63
0 commit comments