From a4fdf00a459c90963ccc7f5901f900ac2335f8d0 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 3 Mar 2019 21:14:33 +0100 Subject: [PATCH] scale_width on activity chart --- rowers/interactiveplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index cda90266..00df57c5 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -329,7 +329,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type'): p.plot_width=550 p.plot_height=350 p.toolbar_location = None - + p.sizing_mode = 'scale_width' # p = hv.Bars(df,values='duration', # label = CatAttr(columns=['date'], sort=False),