From 995100a540c2c5a49a2cfebcb245a7e964d2d988 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 Jan 2021 22:43:21 +0100 Subject: statistics: implement StatsView The StatsView shows the chart described by the StatsState structure. It is based on a QML ChartView. This should make it possible to easily port to mobile. It does not include any of the UI around the chart, viz. the variable and chart selection, etc. The code checking for the statistical significance of the regression line was written by Willem. Signed-off-by: Berthold Stoeger Signed-off-by: willemferguson --- stats/qml/statsview.qrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stats/qml/statsview.qrc (limited to 'stats/qml/statsview.qrc') diff --git a/stats/qml/statsview.qrc b/stats/qml/statsview.qrc new file mode 100644 index 000000000..aeb65167e --- /dev/null +++ b/stats/qml/statsview.qrc @@ -0,0 +1,5 @@ + + + statsview.qml + + -- cgit v1.2.3-70-g09d2