From 9b9b1712a475a9495d3e3346ee696a42b543599e Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 23 Aug 2020 15:02:48 +0200 Subject: [PATCH] fix y range --- rowers/interactiveplots.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index a3a57b5d..e6941926 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -581,6 +581,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type',toolbar_lo p.plot_width=550 p.plot_height=350 p.toolbar_location = toolbar_location + p.y_range.start = 0 p.sizing_mode = 'scale_width' url = "http://rowsandall.com/rowers/workout/@duration/" taptool = p.select(type=TapTool)