diff --git a/rowers/forms.py b/rowers/forms.py index 984febfc..3376dc36 100644 --- a/rowers/forms.py +++ b/rowers/forms.py @@ -1322,7 +1322,7 @@ palettechoices = tuple((p, p) for p in palettes.keys()) analysischoices = ( ('boxplot', 'Box Chart'), -# ('trendflex', 'Trend Flex'), + ('trendflex', 'Trend Flex'), ('histo', 'Histogram'), ('flexall', 'Cumulative Flex Chart'), ('stats', 'Statistics'), diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 2a8ad090..4da4f96b 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -3770,6 +3770,8 @@ def interactive_multiflex(datadf, xparam, yparam, groupby, extratitle='', datadf.index.names = ['index'] + + source = ColumnDataSource( datadf, ) diff --git a/rowers/tests/testdata/testdata.tcx.gz b/rowers/tests/testdata/testdata.tcx.gz index c7d9b24a..48ef22c8 100644 Binary files a/rowers/tests/testdata/testdata.tcx.gz and b/rowers/tests/testdata/testdata.tcx.gz differ