legends done
This commit is contained in:
@@ -4783,7 +4783,6 @@ def history_view(request,userid=0):
|
||||
if firstmay>today:
|
||||
firstmay = datetime.datetime(year=today.year-1,month=5,day=1)
|
||||
|
||||
print(sstartdate,senddate,'history')
|
||||
|
||||
return render(request,'history.html',
|
||||
{
|
||||
@@ -4923,7 +4922,7 @@ def history_view_data(request,userid=0):
|
||||
totalsdict['nrworkouts'] = g_workouts.count()
|
||||
|
||||
# activity chart
|
||||
activity_script, activity_div = interactive_activitychart(g_workouts,startdate,enddate)
|
||||
activity_script, activity_div = interactive_activitychart2(g_workouts,startdate,enddate)
|
||||
|
||||
# interactive hr pie chart
|
||||
if typeselect == 'All':
|
||||
|
||||
Reference in New Issue
Block a user