From 0eb9c7b57e86e5137411fd6c052e31742eed6939 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sat, 27 Apr 2024 11:46:47 +0200 Subject: [PATCH] always fill to bottom of the chart --- website/src/lib/components/ElevationProfile.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/lib/components/ElevationProfile.svelte b/website/src/lib/components/ElevationProfile.svelte index bf56f158..931e49bf 100644 --- a/website/src/lib/components/ElevationProfile.svelte +++ b/website/src/lib/components/ElevationProfile.svelte @@ -246,7 +246,7 @@ }; }), normalized: true, - fill: true, + fill: 'start', order: 1 }; chart.data.datasets[1] = {