From c89a9325f3bf1ccdcdbcd92a480511861a79b4b8 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 27 Jan 2016 14:30:23 +0100 Subject: Scatterplot & BarChart brushing functional. Scatterplot brushing needs some improvement, feels clumsy. --- barchart.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'barchart.cpp') diff --git a/barchart.cpp b/barchart.cpp index 22541d0..195b706 100644 --- a/barchart.cpp +++ b/barchart.cpp @@ -108,6 +108,8 @@ void BarChart::brushItem(int item) m_brushedItem = m_currentIndices[item]; emit itemBrushed(m_originalIndices[m_brushedItem]); } + + update(); } QSGNode *BarChart::newSceneGraph() const -- cgit v1.2.3