Private
Public Access
1
0

Merge tag 'v21.1.2' into develop

fix
This commit is contained in:
2024-05-22 08:25:31 +02:00

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':