diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 46af5c4c..16f49473 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -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': diff --git a/rowers/templates/cum_flex.html b/rowers/templates/cum_flex.html index 50bed044..22acd20a 100644 --- a/rowers/templates/cum_flex.html +++ b/rowers/templates/cum_flex.html @@ -24,7 +24,7 @@