diff --git a/src/util/tubemap.js b/src/util/tubemap.js index 6bf2e26..471d041 100644 --- a/src/util/tubemap.js +++ b/src/util/tubemap.js @@ -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); },