diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 1c64244c..5568caea 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -4996,6 +4996,7 @@ def interactive_cum_flex_chart2(theworkouts, promember=0, # datadf = dataprep.smalldataprep(theworkouts,xparam,yparam1,yparam2) ids = [int(w.id) for w in theworkouts] columns = [xparam, yparam1, yparam2, 'spm', 'driveenergy', 'distance'] + datadf = dataprep.getsmallrowdata_db(columns, ids=ids, doclean=True, workstrokesonly=workstrokesonly)