Private
Public Access
1
0

fixing pro trial issue

This commit is contained in:
Sander Roosendaal
2020-04-09 14:22:51 +02:00
parent 5371141f9b
commit 6106acf22e
3 changed files with 3 additions and 20 deletions

View File

@@ -3708,7 +3708,6 @@ def interactive_flex_chart2(id=0,promember=0,
watermarkh = 35
watermarkanchor = 'bottom_right'
#rowdata,row = dataprep.getrowdata_db(id=id)
columns = [xparam,yparam1,yparam2,
'ftime','distance','fpace',
@@ -3763,11 +3762,7 @@ def interactive_flex_chart2(id=0,promember=0,
row = Workout.objects.get(id=id)
if rowdata.empty:
return "","No valid data",'','',workstrokesonly
#else:
# try:
# rowdata.sort_values(by='time',ascending=True,inplace=True)
# except KeyError:
# pass
workoutstateswork = [1,4,5,8,9,6,7]
workoutstatesrest = [3]