aboutsummaryrefslogtreecommitdiff
path: root/src/graphs
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-07-02 14:23:53 +0100
committerArseniy Movshev <dodoradio@outlook.com>2023-07-02 14:25:17 +0100
commit19d485261dbb9f990935b4e677692207cf6422d3 (patch)
treec8cdeadd8b9783c5df7f3dea30b36d23a4931e58 /src/graphs
parent4de0f35b44edc69732bb34d8250db7b0aaf38f0b (diff)
Rename hrgraph to linegraph because it's not actually heartrate specific
Diffstat (limited to '')
-rw-r--r--src/graphs/HrGraph.qml2
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