summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2015-09-25 08:40:04 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-09-25 06:53:13 +0000
commit7efeb6336ab653725cab15dcf54a020c2d517481 (patch)
tree8e45a4fcf6736d111accc9ac4d285ad126c57606 /dist
parent79a856530b6986ca6d6d7485b2e6cec810c3b7fe (diff)
Updated changes file
Change-Id: Ia9a5220f40bc348ac6b33770c9524921c9da97ec Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-2.1.022
1 files changed, 20 insertions, 2 deletions
diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0
index a837356c..0e40c475 100644
--- a/dist/changes-2.1.0
+++ b/dist/changes-2.1.0
@@ -2,8 +2,26 @@ 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