chart range selection on crop slider change

This commit is contained in:
vcoppe
2024-06-12 12:46:59 +02:00
parent 9ad16ac294
commit 3c687a6608
5 changed files with 62 additions and 68 deletions

View File

@@ -16,7 +16,7 @@
let statistics: GPXStatistics;
$: if ($slicedGPXStatistics !== undefined) {
statistics = $slicedGPXStatistics;
statistics = $slicedGPXStatistics[0];
} else {
statistics = $gpxStatistics;
}