Private
Public Access
1
0

Merge branch 'hotfix/v21.1.2'

This commit is contained in:
2024-05-22 08:25:26 +02:00
+1
View File
@@ -1346,6 +1346,7 @@ def instroke_interactive_chart(df,metric, workout, spm_min, spm_max,
df_plot = df_plot.drop(["high 2", "low 2"])
df_plot = df_plot.drop_nulls()
ytitle = "Y"
if metric == 'boat accelerator curve':
ytitle = "Boat acceleration (m/s^2)"
elif metric == 'instroke boat speed':