aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-20 02:02:31 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-20 02:02:31 +1000
commit0dbcc5607e977e82a15f1f664843343c00c8c0b4 (patch)
treee9735255f0daa2a088c8315fe78ec3ff28562e96 /src
parent44d25c8beb0d00f72a837fcf34c891f1473671f0 (diff)
After trimming low-info nodes, also trim some many-sibling nodes
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 3d9b340..cddb027 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -65,7 +65,7 @@ const defaultUiOpts = {
shadowFocused: '0 0 1px 2px orange',
infoIconSz: 18, //px
infoIconMargin: 2, //px
- tipThresholds: [[1, 'greenyellow'], [100, 'orange'], [1000, 'red']],
+ tipThresholds: [[1, 'greenyellow'], [10, 'orange'], [100, 'red']],
headerColor: '#fafaf9',
// For leaf tiles
leafTilePadding: 4, //px