##// END OF EJS Templates
Added note about performance improvements to the changes file...
Miikka Heikkinen -
r2825:f0e8ba2c495b
parent child
Show More
@@ -1,5 +1,13
1 1 Qt Charts 2.1.0
2 2
3 Performance Improvements
4 --------------------
5 Qt Charts now supports accelerating drawing of line and scatter series with
6 OpenGL. In cases involving large amounts of points, this radically
7 improves performance. For example, a high-end desktop system with a good GPU
8 can draw a series with millions of points at a useful frame rate.
9 See QAbstractSeries::useOpenGL documentation for more information.
10
3 11 New features
4 12 ------------
5 13 - Added support for QAbstractSeries::useOpenGL property
@@ -8,6 +16,7 New features
8 16 - Added support for minor ticks to value axis
9 17 - Added support for bar series value label angle
10 18 - Added QXYSeries::replace(QVector<QPointF> points) overload
19 - Added QXYSeries::pointsVector() to get series points as a QVector.
11 20 - Added possibility to set duration and easing curve for chart animation
12 21 - Added a method to remove more than one point to QXYSeries
13 22 - Added option to set labels clipping
General Comments 0
You need to be logged in to leave comments. Login now