From cb87e76c8273d9f1e78d351636c3ccdd94406b24 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Fri, 14 Jun 2024 15:56:34 -0400 Subject: [PATCH] Actually set a coordinate bar merge threshold to fix #447 --- src/util/tubemap.js | 2 ++ 1 file changed, 2 insertions(+) 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); },