aboutsummaryrefslogtreecommitdiff
path: root/src/graphs/HrGraph.qml (follow)
AgeCommit message (Collapse)Author
2023-06-30fix graph label positioning and spacingArseniy Movshev
the labels containers are now inset so they actually align with the values (a small offset would be caused by the way that the graph insets its data) all the code for positioning of the horizontal labels has been redone. This necessitated some changes in the loading code, and a fix to a particularly embarrassing variable duplication.
2023-06-29Add graph hereArseniy Movshev
2023-06-11Add heartrate graph (experimental, slightly broken)Arseniy Movshev