From 98cf88864f5bfcfee4159a779c1fd55045e0a9c0 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 27 Mar 2026 18:37:36 +0100 Subject: [PATCH] New translations files-and-stats.mdx (Danish) --- website/src/lib/docs/da/files-and-stats.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/lib/docs/da/files-and-stats.mdx b/website/src/lib/docs/da/files-and-stats.mdx index c682ff7fb..155616921 100644 --- a/website/src/lib/docs/da/files-and-stats.mdx +++ b/website/src/lib/docs/da/files-and-stats.mdx @@ -12,6 +12,7 @@ title: Files and statistics let gpxStatistics = writable(exampleGPXFile.getStatistics()); let slicedGPXStatistics = writable(undefined); + let hoveredPoint = writable(null); let additionalDatasets = writable(['speed', 'atemp']); let elevationFill = writable(undefined); @@ -84,6 +85,7 @@ You can also use the mouse wheel to zoom in and out on the elevation profile, an