Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
monicadragan2 committed Nov 7, 2024
1 parent 6a32ced commit fd6d6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion display_tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ function displayTree(div_id, tree_label, tree_data, target_gene, target_drug, dr
.text(function(d) {
if (d.parent && d.data.matching_label && d.data.display_node_label && !tree_info_view) {
label = (d.data.matching_label).toString()
return label
// Count 5.5px per digit.
if (2 * circle_ray(d.data.size_percent) >= label.length * 5.5) {
return label
Expand Down

0 comments on commit fd6d6e9

Please sign in to comment.