Merge branch 'hotfix/v2.32'
This commit is contained in:
@@ -908,6 +908,8 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
yparam1 = 'None'
|
yparam1 = 'None'
|
||||||
|
|
||||||
|
datadf.dropna(axis=1,how='all',inplace=True)
|
||||||
|
datadf.dropna(axis=0,how='any',inplace=True)
|
||||||
|
|
||||||
yparamname1 = axlabels[yparam1]
|
yparamname1 = axlabels[yparam1]
|
||||||
if yparam2 != 'None':
|
if yparam2 != 'None':
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id="title" class="grid_12 alpha">
|
<div id="title" class="grid_12 alpha">
|
||||||
<h1>Indoor Rower Stroke Analysis</h1>
|
<h1>Stroke Analysis</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid_12 alpha">
|
<div class="grid_12 alpha">
|
||||||
|
|||||||
Reference in New Issue
Block a user