From 42bd7f9892a013c497f74a598fcd54a9acb151ac Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 27 Feb 2019 08:50:28 +0100 Subject: [PATCH] bar chart axis label changed --- rowers/interactiveplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index e5d3f049..38198b59 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -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(