Private
Public Access
1
0

improved band

This commit is contained in:
2023-07-20 13:22:38 +02:00
parent b5e740531b
commit 157b0c467a

View File

@@ -1937,7 +1937,7 @@ def performance_chart(user, startdate=None, enddate=None, kfitness=42, kfatigue=
plot.line('date', 'fitness', source=source, color='blue',
legend_label=fitlabel)
band = Band(base='date', upper='fitness', source=source, level='underlay',
band = Band(base='date', upper='fitness', lower=0, source=source, level='underlay',
fill_alpha=0.2, fill_color='blue')
plot.add_layout(band)