Private
Public Access
1
0

Merge branch 'release/v14.83'

This commit is contained in:
Sander Roosendaal
2020-12-15 13:43:47 +01:00

View File

@@ -698,7 +698,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type',toolbar_lo
bars=table.to.bars(['date',stack],[yaxis])
bars.opts(
opts.Bars(color=dim_expr, show_legend=True, stacked=True,
opts.Bars(cmap=mytypes.color_map, show_legend=True, stacked=True,
tools=['tap','hover'], width=550, xrotation=45,padding=(0,(0,.1)),
legend_position='bottom',show_frame=True))