summaryrefslogtreecommitdiffstats
path: root/stats/statsview.cpp
AgeCommit message (Expand)Author
2021-01-20statistics: render regression item using QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: keep track of dirty items in double-linked listGravatar Berthold Stoeger
2021-01-20statistics: turn axes into QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: turn ChartGrid into QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: draw background using a QSGRectangle nodeGravatar Berthold Stoeger
2021-01-20statistics: convert HistogramMarkers to QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: convert QuartileMarkers to QSGNodesGravatar Berthold Stoeger
2021-01-20statistics: remember position of legend when resizingGravatar Berthold Stoeger
2021-01-20statistics: add notion of Z-value to chart itemsGravatar Berthold Stoeger
2021-01-20statistics: turn infobox into a QSGNodeGravatar Berthold Stoeger
2021-01-20statistics: pass view to seriesGravatar Berthold Stoeger
2021-01-20statistics: implement moving of legendGravatar Berthold Stoeger
2021-01-20statistics: draw legend as a QSGNodeGravatar Berthold Stoeger
2021-01-14Add back central line for linear regressionGravatar Robert C. Helling
2021-01-14Plot proper confidence regionsGravatar Robert C. Helling
2021-01-14Indicate goodness of fit of regression lineGravatar Robert C. Helling
2021-01-11statistics: consider overhang of horizontal axesGravatar Berthold Stoeger
2021-01-10statistics: convert chart to QQuickItemGravatar Berthold Stoeger
2021-01-06statistics: fix chart features: regression line and median/meanGravatar Berthold Stoeger
2021-01-06statistics: paint custom gridGravatar Berthold Stoeger
2021-01-06statistics: draw title of axesGravatar Berthold Stoeger
2021-01-06statistics: replace QtCharts' axesGravatar Berthold Stoeger
2021-01-06statistics: render titleGravatar Berthold Stoeger
2021-01-06statistics: save chart in axis classGravatar Berthold Stoeger
2021-01-04stats: fix line segment intersection mathGravatar Dirk Hohndel
2021-01-03statistics: don't crash if the QCharts QML modules aren't foundGravatar Dirk Hohndel
2021-01-03statistics: clip regression lineGravatar Berthold Stoeger
2021-01-03statistics: add parentheses around percentage in horizontal barsGravatar Berthold Stoeger
2021-01-03statistics: reverse chart selection logicGravatar Berthold Stoeger
2021-01-02statistics: implement StatsViewGravatar Berthold Stoeger