diff options
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 |