Private
Public Access
1
0
This commit is contained in:
2024-03-29 08:10:02 +01:00
parent 742fca831a
commit 26ad051cf5

View File

@@ -623,7 +623,6 @@ def interactive_activitychart(workouts, startdate, enddate, stack='type', toolba
def interactive_activitychart2(workouts, startdate, enddate, stack='type', toolbar_location=None,
yaxis='duration'):
print(timezone.now())
startdate = datetime.datetime(
year=startdate.year, month=startdate.month, day=startdate.day)
@@ -695,11 +694,10 @@ def interactive_activitychart2(workouts, startdate, enddate, stack='type', toolb
'colors': mytypes.color_map,
}
print(timezone.now())
script, div = get_chart("/activity_bar", chart_data, debug=False)
return script, div
def interactive_forcecurve(theworkouts, workstrokesonly=True, plottype='scatter',
spm_min=15, spm_max=45,