From 8839613f9016388407151da23de4448e871fae0f Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Mon, 28 Aug 2023 18:16:59 -0400 Subject: [PATCH] comment out "average speed" card "Average speed" needs to be handled differently because it is not mathematically correct to average it across days without considering differences in distance and duration between those days. (described in https://github.com/e-mission/e-mission-docs/issues/961) We can comment this out; maybe revisit later --- www/js/metrics/MetricsTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/metrics/MetricsTab.tsx b/www/js/metrics/MetricsTab.tsx index 6f0e94882..eb1ba8b0b 100644 --- a/www/js/metrics/MetricsTab.tsx +++ b/www/js/metrics/MetricsTab.tsx @@ -97,11 +97,11 @@ const MetricsTab = () => { aggMetricsDays={aggMetrics?.duration} axisUnits={t('metrics.hours')} unitFormatFn={secondsToHours} /> - + unitFormatFn={getFormattedSpeed} /> */} );