fixed a few bgs
This commit is contained in:
@@ -1404,7 +1404,10 @@ def interactive_flex_chart2(id=0,promember=0,
|
||||
if rowdata.empty:
|
||||
return "","No valid data"
|
||||
else:
|
||||
rowdata.sort_values(by='time',ascending=True,inplace=True)
|
||||
try:
|
||||
rowdata.sort_values(by='time',ascending=True,inplace=True)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
workoutstateswork = [1,4,5,8,9,6,7]
|
||||
workoutstatesrest = [3]
|
||||
|
||||
Reference in New Issue
Block a user