Private
Public Access
1
0

moved some of form to chart

This commit is contained in:
2024-04-02 22:26:17 +02:00
parent 59b523de3f
commit ac0d2bc504
4 changed files with 3 additions and 16 deletions

View File

@@ -534,7 +534,7 @@ def interactive_forcecurve(theworkouts, workstrokesonly=True, plottype='scatter'
columns = ['catch', 'slip', 'wash', 'finish', 'averageforce',
'peakforceangle', 'peakforce', 'spm', 'distance',
'workoutstate', 'driveenergy']
'workoutstate', 'driveenergy', 'cumdist']
rowdata = dataprep.getsmallrowdata_db(columns, ids=ids,
workstrokesonly=workstrokesonly)