Private
Public Access
1
0

enlarged smooth window

This commit is contained in:
Sander Roosendaal
2018-06-14 16:50:38 +02:00
parent 2d7f2af364
commit 93696cfb62
2 changed files with 12 additions and 5 deletions

View File

@@ -2139,7 +2139,12 @@ def interactive_chart(id=0,promember=0):
spm = datadf['spm']
except KeyError:
datadf['spm'] = 0
try:
pace = datadf['pace']
except KeyError:
datadf['pace'] = 0
#datadf,row = dataprep.getrowdata_db(id=id)
#if datadf.empty:
#return "","No Valid Data Available"