Private
Public Access
1
0

adding title to pie chart

This commit is contained in:
Sander Roosendaal
2018-05-16 17:52:37 +02:00
parent 5d7aa41a14
commit d83aaf1203

View File

@@ -998,6 +998,7 @@ def handle_makeplot(f1, f2, t, hrdata, plotnr, imagename,
else:
fig1 = row.get_metersplot_otw(t)
elif (plotnr == 6):
t += ' - Heart Rate Distribution'
fig1 = row.get_piechart(t)
elif (plotnr == 7) or (plotnr == 10):
fig1 = row.get_metersplot_erg2(t)