##// END OF EJS Templates
Updated changes file...
Miikka Heikkinen -
r2838:c32137b09d13
parent child
Show More
@@ -1,36 +1,41
1 Qt Charts 2.1.0
1 Qt Charts 2.1.0
2
2
3 Performance Improvements
3 Performance Improvements
4 --------------------
4 --------------------
5 Qt Charts now supports accelerating drawing of line and scatter series with
5 Qt Charts now supports accelerating drawing of line and scatter series with
6 OpenGL. In cases involving large amounts of points, this radically
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
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.
8 can draw a series with millions of points at a useful frame rate.
9 See QAbstractSeries::useOpenGL documentation for more information.
9 See QAbstractSeries::useOpenGL documentation for more information.
10
10
11 New features
11 New features
12 ------------
12 ------------
13 - Added support for QAbstractSeries::useOpenGL property
13 - Added support for QAbstractSeries::useOpenGL property
14 - Added possibility to set labels position for QCategoryAxis
14 - Added possibility to set labels position for QCategoryAxis
15 - Added reverse axis support
15 - Added reverse axis support
16 - Added support for minor ticks to value axis
16 - Added support for minor ticks to value axis
17 - Added support for bar series value label angle
17 - Added support for bar series value label angle
18 - Added QXYSeries::replace(QVector<QPointF> points) overload
18 - Added QXYSeries::replace(QVector<QPointF> points) overload
19 - Added QXYSeries::pointsVector() to get series points as a QVector.
19 - Added QXYSeries::pointsVector() to get series points as a QVector.
20 - Added possibility to set duration and easing curve for chart animation
20 - Added possibility to set duration and easing curve for chart animation
21 - Added a method to remove more than one point to QXYSeries
21 - Added a method to remove more than one point to QXYSeries
22 - Added option to set labels clipping
22 - Added option to set labels clipping
23 - Added grid color property for value axis
23 - Added grid color property for value axis
24 - Added mapToPosition and mapToValue methods to ChartView
24 - Added mapToPosition and mapToValue methods to ChartView
25 - Added zooming functions to ChartView to correspond the ones available for QChart
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 Fixed issues
28 Fixed issues
28 ------------
29 ------------
29 - Fixed crash with PolarChart due to wrong AreaSeries initialization
30 - Fixed crash with PolarChart due to wrong AreaSeries initialization
30 - Fixed assert failure due to wrong default axis for DeclarativeChart
31 - Fixed assert failure due to wrong default axis for DeclarativeChart
31 - Fixed XYSeries point label drawing
32 - Fixed XYSeries point label drawing
32 - Fixed issues with area series point labels
33 - Fixed issues with area series point labels
33 - Fixed space reservation with empty chart title
34 - Fixed space reservation with empty chart title
34 - Fixed axis zoom in animation crash issue
35 - Fixed axis zoom in animation crash issue
35 - Fixed area series animation crash issue
36 - Fixed area series animation crash issue
36 - Fixed documentation issues
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