Private
Public Access
1
0

legend position

This commit is contained in:
Sander Roosendaal
2020-11-24 17:46:06 +01:00
parent 12078c4e52
commit a7ccc1e408

View File

@@ -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"],