Private
Public Access
1
0

tested split and flexchart

This commit is contained in:
Sander Roosendaal
2017-09-17 15:40:52 +02:00
parent d38512a47c
commit 8ccc8dd3a0
2 changed files with 15 additions and 21 deletions

View File

@@ -5881,9 +5881,9 @@ def workout_flexchart3_view(request,*args,**kwargs):
# create interactive plot
try:
script,div,js_resources,css_resources,workstrokesonly = interactive_flex_chart2(id,xparam=xparam,yparam1=yparam1,
yparam2=yparam2,
promember=promember,plottype=plottype,
workstrokesonly=workstrokesonly)
yparam2=yparam2,
promember=promember,plottype=plottype,
workstrokesonly=workstrokesonly)
except ValueError:
script,div = interactive_flex_chart2(id,xparam=xparam,yparam1=yparam1,
yparam2=yparam2,