summaryrefslogtreecommitdiffstats
path: root/dist/changes-2.0.0
blob: 15f13218d04cc81bc28e29ea214a0839968ed8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Qt Charts 2.0

Qt Charts 2.0 is supported from Qt 5.4 onwards. Charts 2.0 no longer supports
QtQuick 1.

For more details on the features and fixes, refer to the online documentation
included in this distribution. The documentation is also available online:

  http://doc.qt.io/QtCharts

General Improvements
--------------------
Qt Charts structure changed so that it now follows the structure of Qt modules

API changes (source break)
--------------------------
- Removed the old hovered signal from bar chart
- Deprecated axis labelsPen removed
- Deprecated axis titlePen removed
- Deprecated value axis niceNumbersEnabled removed
- Deprecated QChart::minimumMargins removed
- QAbstractAxis::AxisType values changed
- QChartView::HorizontalRubberBand spelling corrected

New features
------------
- Added QML designer plugin
- Added QChart::localizeNumbers to enable QLocale usage with locale property
- Added cmake support
- Added pressed, released and doubleClicked signals for all series

Fixed issues
------------
- Added missing BoxPlotModelMappers as types for QtQuick 2
- Fixed long label visibility
- Fixed empty domain detection
- Fixed charts axis label format
- Added plotAreaChanged signal
- Fixed axis attachments in QML
- Fixed bar category axis labels
- Fixed shades for log and category axes
- Fixed designer plugin target
- Fixed Charts build when quick module is not build
- Fixed chart zooming
- Fixed android build errors
- Fixed memory leaks
- Fixed build issue with dynamic OpenGL configurations
- Fixed documentation issues
- Fixed QLogValueAxis update on resize
- Fixed category axis shades and labels for categories that span over the grid