Private
Public Access
1
0

Merge tag 'v2.32' into develop

hotfix
This commit is contained in:
Sander Roosendaal
2017-05-03 17:10:21 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -908,6 +908,8 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
except KeyError:
yparam1 = 'None'
datadf.dropna(axis=1,how='all',inplace=True)
datadf.dropna(axis=0,how='any',inplace=True)
yparamname1 = axlabels[yparam1]
if yparam2 != 'None':

View File

@@ -24,7 +24,7 @@
<div id="title" class="grid_12 alpha">
<h1>Indoor Rower Stroke Analysis</h1>
<h1>Stroke Analysis</h1>
</div>
<div class="grid_12 alpha">