[Interest] Dealing with large data sets with QtCharts

iman ahmadvand iman72411 at gmail.com
Sun Nov 5 14:37:36 CET 2017


Hi everyone.

I was wonder if it's possible to manage large data sets with qchart ?

The consuming operation is a loop for adding points to QLineSeries + adding
each series to QChart.

Since QChart is a view on it's own and unfortunately data sets are
integrated inside the view so it can't be used in another background worker
at all, so what is the possible solution to keep GUI responsive while
feeding the chart ?

Note that QCoreApplication::processEvents() doesn't help this situation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20171105/cbf636df/attachment.html>


More information about the Interest mailing list