HR low graph limit 40
This commit is contained in:
parent
4be56028c7
commit
ea8a58ed27
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class GraphData(
|
|||
fun addHeartRate(useForScale: Boolean, scale: Double) {
|
||||
val maxHR = overviewData.heartRateGraphSeries.highestValueY
|
||||
if (useForScale) {
|
||||
minY = 0.0
|
||||
minY = 40.0
|
||||
maxY = maxHR
|
||||
}
|
||||
addSeries(overviewData.heartRateGraphSeries)
|
||||
|
|
Loading…
Reference in a new issue