Private
Public Access
1
0

chart axes choice on multi compare view

This commit is contained in:
Sander Roosendaal
2017-02-22 17:57:07 +01:00
parent e32e2e2db5
commit 77798fe999
7 changed files with 121 additions and 54 deletions

View File

@@ -891,7 +891,8 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
yparamname1 = axlabels[yparam1]
yparamname2 = axlabels[yparam2]
if yparam2 != 'None':
yparamname2 = axlabels[yparam2]
datadf = datadf[datadf[yparam1] > 0]
@@ -1668,8 +1669,6 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line',
if yparam != 'time' and yparam != 'pace':
plot.add_layout(ylabel)
print cntr,id,len(group),ymean
source = ColumnDataSource(
group
)