Private
Public Access
1
0

Reduced data stream to cum_flex

This commit is contained in:
Sander Roosendaal
2016-11-22 10:49:55 +01:00
parent dad87fe7f5
commit b16c6c7fbd
7 changed files with 4656 additions and 37 deletions

View File

@@ -1308,9 +1308,10 @@ def cum_flex(request,theuser=0,
u = ''
if allergworkouts:
res = interactive_cum_flex_chart(allergworkouts,xparam=xparam,
yparam1=yparam1,yparam2=yparam2,
promember=promember)
res = interactive_cum_flex_chart2(allergworkouts,xparam=xparam,
yparam1=yparam1,
yparam2=yparam2,
promember=promember)
script = res[0]
div = res[1]
js_resources = res[2]