##// END OF EJS Templates
Updated changes file...
Miikka Heikkinen -
r2838:c32137b09d13
parent child
Show More
@@ -1,36 +1,41
1 1 Qt Charts 2.1.0
2 2
3 3 Performance Improvements
4 4 --------------------
5 5 Qt Charts now supports accelerating drawing of line and scatter series with
6 6 OpenGL. In cases involving large amounts of points, this radically
7 7 improves performance. For example, a high-end desktop system with a good GPU
8 8 can draw a series with millions of points at a useful frame rate.
9 9 See QAbstractSeries::useOpenGL documentation for more information.
10 10
11 11 New features
12 12 ------------
13 13 - Added support for QAbstractSeries::useOpenGL property
14 14 - Added possibility to set labels position for QCategoryAxis
15 15 - Added reverse axis support
16 16 - Added support for minor ticks to value axis
17 17 - Added support for bar series value label angle
18 18 - Added QXYSeries::replace(QVector<QPointF> points) overload
19 19 - Added QXYSeries::pointsVector() to get series points as a QVector.
20 20 - Added possibility to set duration and easing curve for chart animation
21 21 - Added a method to remove more than one point to QXYSeries
22 22 - Added option to set labels clipping
23 23 - Added grid color property for value axis
24 24 - Added mapToPosition and mapToValue methods to ChartView
25 25 - Added zooming functions to ChartView to correspond the ones available for QChart
26 - Added changed signals to scatter series marker size and shape properties
26 27
27 28 Fixed issues
28 29 ------------
29 30 - Fixed crash with PolarChart due to wrong AreaSeries initialization
30 31 - Fixed assert failure due to wrong default axis for DeclarativeChart
31 32 - Fixed XYSeries point label drawing
32 33 - Fixed issues with area series point labels
33 34 - Fixed space reservation with empty chart title
34 35 - Fixed axis zoom in animation crash issue
35 36 - Fixed area series animation crash issue
36 37 - Fixed documentation issues
38 - Fixed label clipping issues when using QOpenGLWidget as graphics view viewport
39 - Fixed crash when removing currently animating axis from the chart
40 - Fixed drawing a ghost axis when the last axis was removed from orientation
41 - Fixed missing tick and label when log axis tick was be exactly at edge of the range
General Comments 0
You need to be logged in to leave comments. Login now