fix
This commit is contained in:
@@ -623,7 +623,6 @@ def interactive_activitychart(workouts, startdate, enddate, stack='type', toolba
|
|||||||
def interactive_activitychart2(workouts, startdate, enddate, stack='type', toolbar_location=None,
|
def interactive_activitychart2(workouts, startdate, enddate, stack='type', toolbar_location=None,
|
||||||
yaxis='duration'):
|
yaxis='duration'):
|
||||||
|
|
||||||
print(timezone.now())
|
|
||||||
|
|
||||||
startdate = datetime.datetime(
|
startdate = datetime.datetime(
|
||||||
year=startdate.year, month=startdate.month, day=startdate.day)
|
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,
|
'colors': mytypes.color_map,
|
||||||
}
|
}
|
||||||
|
|
||||||
print(timezone.now())
|
|
||||||
|
|
||||||
script, div = get_chart("/activity_bar", chart_data, debug=False)
|
script, div = get_chart("/activity_bar", chart_data, debug=False)
|
||||||
|
|
||||||
|
return script, div
|
||||||
|
|
||||||
def interactive_forcecurve(theworkouts, workstrokesonly=True, plottype='scatter',
|
def interactive_forcecurve(theworkouts, workstrokesonly=True, plottype='scatter',
|
||||||
spm_min=15, spm_max=45,
|
spm_min=15, spm_max=45,
|
||||||
|
|||||||
Reference in New Issue
Block a user