From 4ab9f1c6b06204285267e79b5ed993514e0213e2 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 5 Jan 2021 12:11:46 +0100 Subject: statistics: replace QtCharts' axes Replace by custom implementation, with the ultimate goal to remove the QtCharts module. This doesn't yet display axis titles or a grid. Signed-off-by: Berthold Stoeger Signed-off-by: Dirk Hohndel --- stats/statscolors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stats/statscolors.h') diff --git a/stats/statscolors.h b/stats/statscolors.h index 92ed53377..926e2e489 100644 --- a/stats/statscolors.h +++ b/stats/statscolors.h @@ -11,6 +11,7 @@ inline const QColor highlightedColor(Qt::yellow); inline const QColor highlightedBorderColor(0xaa, 0xaa, 0x22); inline const QColor darkLabelColor(Qt::black); inline const QColor lightLabelColor(Qt::white); +inline const QColor axisColor(Qt::black); QColor binColor(int bin, int numBins); QColor labelColor(int bin, size_t numBins); -- cgit v1.2.3-70-g09d2