##// END OF EJS Templates
Updated plugins.qmltypes...
Updated plugins.qmltypes Change-Id: I08f6342248c535c26282b3e98639a3517066cb55 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2821:7efeb6336ab6
r2824:5f1cb1e2b8d7
Show More
changes-2.1.0
27 lines | 1.1 KiB | text/plain | TextLexer
Qt Charts 2.1.0
New features
------------
- Added support for QAbstractSeries::useOpenGL property
- Added possibility to set labels position for QCategoryAxis
- Added reverse axis support
- Added support for minor ticks to value axis
- Added support for bar series value label angle
- Added QXYSeries::replace(QVector<QPointF> points) overload
- Added possibility to set duration and easing curve for chart animation
- Added a method to remove more than one point to QXYSeries
- Added option to set labels clipping
- Added grid color property for value axis
- Added mapToPosition and mapToValue methods to ChartView
- Added zooming functions to ChartView to correspond the ones available for QChart
Fixed issues
------------
- Fixed crash with PolarChart due to wrong AreaSeries initialization
- Fixed assert failure due to wrong default axis for DeclarativeChart
- Fixed XYSeries point label drawing
- Fixed issues with area series point labels
- Fixed space reservation with empty chart title
- Fixed axis zoom in animation crash issue
- Fixed area series animation crash issue
- Fixed documentation issues