diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 73f81d69..64df2848 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -1093,7 +1093,7 @@ def interactive_cum_flex_chart2(theworkouts,promember=0, try: datadf['y1'] = datadf['pace'] except KeyError: - return ['','

No non-zero data in selection

,'',''] + return ['','

No non-zero data in selection

','',''] if yparam2 != 'None': try: datadf['y2'] = datadf.ix[:,yparam2]