bar chart axis label changed
This commit is contained in:
@@ -318,7 +318,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type'):
|
|||||||
|
|
||||||
hv.extension('bokeh')
|
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=table.to.bars(['date','type'],['duration'])
|
||||||
bars.opts(
|
bars.opts(
|
||||||
|
|||||||
Reference in New Issue
Block a user