removed time info
This commit is contained in:
@@ -285,6 +285,8 @@ def interactive_workouttype_piechart(workouts):
|
||||
data['color'] = ['lightblue']
|
||||
data['totaltime'] = pd.Series([pretty_timedelta(v) for v in data['value']])
|
||||
|
||||
#print(data)
|
||||
|
||||
p = figure(plot_height=350, title="Types", toolbar_location=None,
|
||||
tools="hover,save", tooltips="@type: @totaltime", x_range=(-0.5, 1.0))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user