fix
This commit is contained in:
@@ -1311,7 +1311,6 @@ def instroke_interactive_chart(df,metric, workout, spm_min, spm_max,
|
||||
if df.empty:
|
||||
return "", "No data in selection"
|
||||
|
||||
|
||||
df_pos = (df+abs(df))/2.
|
||||
df_min = -(-df+abs(-df))/2.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user