diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2023-07-02 14:23:53 +0100 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-07-02 14:25:17 +0100 |
commit | 19d485261dbb9f990935b4e677692207cf6422d3 (patch) | |
tree | c8cdeadd8b9783c5df7f3dea30b36d23a4931e58 /src/graphs | |
parent | 4de0f35b44edc69732bb34d8250db7b0aaf38f0b (diff) |
Rename hrgraph to linegraph because it's not actually heartrate specific
Diffstat (limited to '')
-rw-r--r-- | src/graphs/HrGraph.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphs/HrGraph.qml b/src/graphs/HrGraph.qml index 84a408e..ac5113e 100644 --- a/src/graphs/HrGraph.qml +++ b/src/graphs/HrGraph.qml @@ -81,7 +81,7 @@ Item { } } } - HeartrateGraph { + LineGraph { id: hrGraph anchors { left: markerParent.right |