aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml12
1 files changed, 9 insertions, 3 deletions
diff --git a/main_view.qml b/main_view.qml
index a9c1c18..1be06d0 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -107,11 +107,17 @@ ApplicationWindow {
border.width: 1
border.color: "#cccccc"
- HistoryGraph {
- id: history
- objectName: "history"
+ BarChart {
+ id: barChart
+ objectName: "barChart"
anchors.fill: parent
}
+
+ //HistoryGraph {
+ // id: history
+ // objectName: "history"
+ // anchors.fill: parent
+ //}
}
}