##// END OF EJS Templates
Updated changes file...
Titta Heikkala -
r2821:7efeb6336ab6
parent child
Show More
@@ -2,8 +2,26 Qt Charts 2.1.0
2
2
3 New features
3 New features
4 ------------
4 ------------
5 - ?
5 - Added support for QAbstractSeries::useOpenGL property
6 - Added possibility to set labels position for QCategoryAxis
7 - Added reverse axis support
8 - Added support for minor ticks to value axis
9 - Added support for bar series value label angle
10 - Added QXYSeries::replace(QVector<QPointF> points) overload
11 - Added possibility to set duration and easing curve for chart animation
12 - Added a method to remove more than one point to QXYSeries
13 - Added option to set labels clipping
14 - Added grid color property for value axis
15 - Added mapToPosition and mapToValue methods to ChartView
16 - Added zooming functions to ChartView to correspond the ones available for QChart
6
17
7 Fixed issues
18 Fixed issues
8 ------------
19 ------------
9 - ?
20 - Fixed crash with PolarChart due to wrong AreaSeries initialization
21 - Fixed assert failure due to wrong default axis for DeclarativeChart
22 - Fixed XYSeries point label drawing
23 - Fixed issues with area series point labels
24 - Fixed space reservation with empty chart title
25 - Fixed axis zoom in animation crash issue
26 - Fixed area series animation crash issue
27 - Fixed documentation issues
General Comments 0
You need to be logged in to leave comments. Login now