From 673c80cf44085399c022d9a0429c5f123c27c504 Mon Sep 17 00:00:00 2001 From: Maximilian Goldschmidt Date: Thu, 18 Apr 2024 02:42:38 +0200 Subject: [PATCH] Change Altitude Plot highlight method to LAST instead of AVG --- .../carStatsViewer/ui/plot/objects/PlotGlobalConfiguration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/src/main/java/com/ixam97/carStatsViewer/ui/plot/objects/PlotGlobalConfiguration.kt b/automotive/src/main/java/com/ixam97/carStatsViewer/ui/plot/objects/PlotGlobalConfiguration.kt index 07ef8234..bffef31a 100644 --- a/automotive/src/main/java/com/ixam97/carStatsViewer/ui/plot/objects/PlotGlobalConfiguration.kt +++ b/automotive/src/main/java/com/ixam97/carStatsViewer/ui/plot/objects/PlotGlobalConfiguration.kt @@ -43,7 +43,7 @@ object PlotGlobalConfiguration { PlotDimensionY.ALTITUDE to PlotLineConfiguration( PlotRange(smoothAxis = 20f), PlotLineLabelFormat.ALTITUDE, - PlotHighlightMethod.AVG_BY_TIME, + PlotHighlightMethod.LAST, "m", SessionGapRendering = PlotSessionGapRendering.GAP )