Private
Public Access
1
0

Merge branch 'release/v13.78' into master

This commit is contained in:
Sander Roosendaal
2020-08-23 15:03:01 +02:00

View File

@@ -581,6 +581,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type',toolbar_lo
p.plot_width=550 p.plot_width=550
p.plot_height=350 p.plot_height=350
p.toolbar_location = toolbar_location p.toolbar_location = toolbar_location
p.y_range.start = 0
p.sizing_mode = 'scale_width' p.sizing_mode = 'scale_width'
url = "http://rowsandall.com/rowers/workout/@duration/" url = "http://rowsandall.com/rowers/workout/@duration/"
taptool = p.select(type=TapTool) taptool = p.select(type=TapTool)