From 19d485261dbb9f990935b4e677692207cf6422d3 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Sun, 2 Jul 2023 14:23:53 +0100 Subject: Rename hrgraph to linegraph because it's not actually heartrate specific --- src/graphs/HrGraph.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphs') 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 -- cgit v1.2.3-54-g00ecf