Private
Public Access
1
0

fix y range

This commit is contained in:
Sander Roosendaal
2020-08-23 15:02:48 +02:00
parent 1f8e538d8b
commit 9b9b1712a4

View File

@@ -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)