From 7676a38ea8a06d3d31228cb7eb1be00f90de46d3 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 7 Jan 2016 15:10:20 +0100 Subject: Added a bar chart. * HistoryGraph replaced by BarChart * HistoryGraph not removed from code, might be useful in the future --- main_view.qml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'main_view.qml') 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 + //} } } -- cgit v1.2.3