diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 525c09b8..6e614247 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -1690,6 +1690,8 @@ def fitnessfit_chart(workouts,user,workoutmode='water',startdate=None, plot.xaxis.axis_label = 'Date' plot.yaxis.axis_label = 'Power (W)' + plot.legend.location = "top_left" + plot.xaxis.formatter = DatetimeTickFormatter( days=["%d %B %Y"], months=["%d %B %Y"],