We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ce0e3 commit 60aab6cCopy full SHA for 60aab6c
jsphylosvg.js
@@ -1577,6 +1577,10 @@ Smits.PhyloCanvas.Render.SVG.prototype = {
1577
outerRadius = renderBarChart(outerX, barCharts[i].chart, barCharts[i]);
1578
}
1579
1580
+
1581
+ // Clear vars so they don't get pushed to if rerender
1582
+ labelsHold = [];
1583
+ bgLabelsHold = [];
1584
1585
1586
}();
@@ -2103,6 +2107,10 @@ Smits.PhyloCanvas.Render.Phylogram.prototype = {
2103
2107
2104
2108
2105
2109
2110
2111
2112
2113
2106
2114
2115
})();
2116
0 commit comments