From a8c1b9c7544b719e43316d2b1053ba1b36baa462 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Fri, 22 May 2026 23:15:34 -0400 Subject: [PATCH] zenno: remove the expand button from stat charts --- zenno/src/lib/StatChart.svelte | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/zenno/src/lib/StatChart.svelte b/zenno/src/lib/StatChart.svelte index a9e277e..0c5052d 100644 --- a/zenno/src/lib/StatChart.svelte +++ b/zenno/src/lib/StatChart.svelte @@ -43,10 +43,6 @@ let height = $state(0); let expand = $state(false); - const expandIcon = $derived(expand ? '◀' : '▶'); - function clickExpand() { - expand = !expand; - } const xLabel = $derived(Stat[stat]); const xLines = $derived([xRule].flat(1)); @@ -117,10 +113,7 @@
- Loading chart! -
-
- + the chart seems to have didn't