From 0dbcc5607e977e82a15f1f664843343c00c8c0b4 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 20 Jun 2022 02:02:31 +1000 Subject: After trimming low-info nodes, also trim some many-sibling nodes --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3