We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec3cdf commit d38f458Copy full SHA for d38f458
1 file changed
InfiniLink/Core/Components/Charts/Heart/HeartChartView.swift
@@ -274,6 +274,7 @@ struct HeartChartView: View {
274
scrollPositionDate = Date(timeInterval: -86400, since: latestDate)
275
displayedDate = scrollPositionDate
276
updateDisplayed()
277
+ updateYScale()
278
}
279
.onChange(of: bleManager.heartRate) { _ in
280
let previousLatest = latestDate
0 commit comments