diff --git a/website/src/lib/docs/no/files-and-stats.mdx b/website/src/lib/docs/no/files-and-stats.mdx index c682ff7fb..155616921 100644 --- a/website/src/lib/docs/no/files-and-stats.mdx +++ b/website/src/lib/docs/no/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