diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index f1f79cbe..bc8a4c42 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -285,6 +285,8 @@ def interactive_workouttype_piechart(workouts): data['color'] = ['lightblue'] data['totaltime'] = pd.Series([pretty_timedelta(v) for v in data['value']]) + #print(data) + p = figure(plot_height=350, title="Types", toolbar_location=None, tools="hover,save", tooltips="@type: @totaltime", x_range=(-0.5, 1.0)) diff --git a/rowers/templates/history.html b/rowers/templates/history.html index 16e6984c..0e3af386 100644 --- a/rowers/templates/history.html +++ b/rowers/templates/history.html @@ -30,7 +30,7 @@
  • -

    History for {{ rower.user.first_name }} {{ rower.user.last_name }} from {{ startdate|date:"c" }} to {{ enddate|date:"c"}}

    +

    History for {{ rower.user.first_name }} {{ rower.user.last_name }}

  • Past 7 days