Private
Public Access
1
0

bar chart axis label changed

This commit is contained in:
Sander Roosendaal
2019-02-27 08:50:28 +01:00
parent f289c7dfc7
commit 42bd7f9892

View File

@@ -318,7 +318,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type'):
hv.extension('bokeh')
table = hv.Table(df,[('date','Date'),('type','Workout Type')],[('duration','Duration')])
table = hv.Table(df,[('date','Date'),('type','Workout Type')],[('duration','Minutes')])
bars=table.to.bars(['date','type'],['duration'])
bars.opts(