Private
Public Access
1
0

fixing y axis

This commit is contained in:
2024-05-22 08:25:08 +02:00
parent 5a19ba5497
commit 35ec748d9b

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