Private
Public Access
1
0
This commit is contained in:
2024-04-08 16:36:24 +02:00
parent ccb2b2a62f
commit 7c8aeaf0af

View File

@@ -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)