Skip to content

Commit

Permalink
Merge pull request #451 from vgteam/coordinate-bar-threshold
Browse files Browse the repository at this point in the history
Actually set a coordinate bar merge threshold to fix #447
  • Loading branch information
adamnovak authored Jul 10, 2024
2 parents f26c65c + cb87e76 commit c20f5a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/tubemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ const config = {
exonColors: "lightColors",
hideLegendFlag: false,
mappingQualityCutoff: 0,
// How far apart can nodes be before making a break in the coordinate bar?
nodeIntervalThreshold: 150,
showInfoCallback: function (info) {
alert(info);
},
Expand Down

0 comments on commit c20f5a9

Please sign in to comment.