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

This commit is contained in:
vcoppe
2026-03-27 18:38:13 +01:00
parent 702a80038e
commit 7064465871

View File

@@ -12,6 +12,7 @@ title: File e statistiche
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 @@ Fare clic sul profilo per resettare la selezione.
<ElevationProfile
{gpxStatistics}
{slicedGPXStatistics}
{hoveredPoint}
{additionalDatasets}
{elevationFill}
/>