Private
Public Access
1
0

small improvements HR gauge

This commit is contained in:
Sander Roosendaal
2019-12-11 00:33:53 +01:00
parent 93bf91beb5
commit 04ffc15f24
2 changed files with 11 additions and 1 deletions

View File

@@ -462,7 +462,7 @@ function copyText() {
hroptions.yellowTo = {{ rower.an }}
hroptions.redFrom = {{ rower.an }}
hroptions.redTo = {{ rower.max }}
hroptions.majorTicks = {{ rower.max|round20|majorticks }}
hroptions.majorTicks = {{ rower.max|round20|hrmajorticks:rower.rest }}
hr_now = hr_values[0];
set_athlete();
{% endif %}