From 3ab17cf9b0f2f2928a89c80053fcfb61a8678d9e Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sat, 23 May 2026 00:15:46 -0400 Subject: [PATCH] zenno: clip marks in charts by default --- zenno/src/lib/StatChart.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/zenno/src/lib/StatChart.svelte b/zenno/src/lib/StatChart.svelte index 0c5052d..00510bc 100644 --- a/zenno/src/lib/StatChart.svelte +++ b/zenno/src/lib/StatChart.svelte @@ -81,6 +81,7 @@ Plot.plot({ width, height, + clip: true, ...plotOptions, x: { domain: [xMin, xMax],