Commit bb7b642d authored by qlobbe's avatar qlobbe

fix the invalid chart

parent fd0ba6bb
......@@ -831,11 +831,11 @@ function drawPhylo(branches, periods, groups, links, aLinks, bLinks, frame, sLin
+ " gy=" + yScale(g.to)
+ " gx=" + xScale(g.x)
+ " freq=" + findFreq(w[1])
+ " label='" + w[0] + "'"
+ " label='" + (w[0]).replace('\\\\', '&#') + "'"
+ " gid=" + g.gId
+ " bid=" + g.bId
+ " from=" + (g.to).getFullYear()
+ ">" + w[0] + "</tspan>";
+ ">" + (w[0]).replace('\\\\', '&#') + "</tspan>";
panel
.append("text")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment