We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a5332 commit a6ce0e3Copy full SHA for a6ce0e3
jsphylosvg.js
@@ -646,6 +646,9 @@ Smits.PhyloCanvas.NewickParse.prototype = {
646
Smits.PhyloCanvas.Render.Parameters.integratedBinaryCharts.push(charts[i][j]);
647
} else if (charts[i][j].type == "bar"){
648
charts[i][j].chart = i;
649
+ if (Smits.PhyloCanvas.Render.Parameters.barCharts.length == 1){
650
+ Smits.PhyloCanvas.Render.Parameters.barCharts.shift();
651
+ }
652
Smits.PhyloCanvas.Render.Parameters.barCharts.push(charts[i][j]);
653
}
654
0 commit comments