Skip to content

Commit

Permalink
Change Altitude Plot highlight method to LAST instead of AVG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixam97 committed Apr 18, 2024
1 parent f058d9e commit 673c80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 673c80c

Please sign in to comment.