Private
Public Access
1
0

revised privacy policy

This commit is contained in:
Sander Roosendaal
2018-03-08 12:52:38 +01:00
parent ba1893c6bc
commit 5d3e58c1fc
4 changed files with 229 additions and 345 deletions

View File

@@ -3269,7 +3269,10 @@ def thumbnail_flex_chart(rowdata,id=0,promember=0,
rowdata['xname'] = axlabels[xparam]
rowdata['yname1'] = axlabels[yparam1]
try:
rowdata['yname1'] = axlabels[yparam1]
except KeyError:
rowdata['yname1'] = axlabels[xparam]
if yparam2 != 'None':
rowdata['yname2'] = axlabels[yparam2]
else: