diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 829b7777..7fe3049e 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -223,7 +223,7 @@ def interactive_hr_piechart(df,rower,title): colors = ['gray','yellow','lime','blue','purple','red'] - size=220 + size=350 TOOLS = 'save' z = figure(title="HR "+title, x_range=(-1,1), y_range=(-1,1), width=size, height=size, @@ -236,7 +236,8 @@ def interactive_hr_piechart(df,rower,title): z.toolbar_location = 'right' - z.legend.visible = False + z.legend.location = 'top_right' + #z.legend.visible = False z.axis.visible = False z.xgrid.grid_line_color = None z.ygrid.grid_line_color = None diff --git a/rowers/templates/history.html b/rowers/templates/history.html index b315eb9f..89132f1e 100644 --- a/rowers/templates/history.html +++ b/rowers/templates/history.html @@ -8,7 +8,8 @@
-
@@ -51,6 +51,7 @@