New translations files-and-stats.mdx (Swedish)

This commit is contained in:
vcoppe
2026-03-27 18:38:35 +01:00
parent 7fe2e71be8
commit 3c2c79c007

View File

@@ -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);
</script>
@@ -84,6 +85,7 @@ Du kan också använda mushjulet för att zooma in och ut på höjdprofilen och
<ElevationProfile
{gpxStatistics}
{slicedGPXStatistics}
{hoveredPoint}
{additionalDatasets}
{elevationFill}
/>