@@ -1,47 +1,50 | |||
|
1 | 1 | Qt Charts 2.0 |
|
2 | 2 | |
|
3 | 3 | Qt Charts 2.0 is supported from Qt 5.4 onwards. Charts 2.0 no longer supports |
|
4 | 4 | QtQuick 1. |
|
5 | 5 | |
|
6 | 6 | For more details on the features and fixes, refer to the online documentation |
|
7 | 7 | included in this distribution. The documentation is also available online: |
|
8 | 8 | |
|
9 | 9 | http://doc.qt.io/QtCharts |
|
10 | 10 | |
|
11 | 11 | General Improvements |
|
12 | 12 | -------------------- |
|
13 | 13 | Qt Charts structure changed so that it now follows the structure of Qt modules |
|
14 | 14 | |
|
15 | 15 | API changes (source break) |
|
16 | 16 | -------------------------- |
|
17 | 17 | - Removed the old hovered signal from bar chart |
|
18 | 18 | - Deprecated axis labelsPen removed |
|
19 | 19 | - Deprecated axis titlePen removed |
|
20 | 20 | - Deprecated value axis niceNumbersEnabled removed |
|
21 | 21 | - Deprecated QChart::minimumMargins removed |
|
22 | 22 | - QAbstractAxis::AxisType values changed |
|
23 | 23 | - QChartView::HorizontalRubberBand spelling corrected |
|
24 | 24 | |
|
25 | 25 | New features |
|
26 | 26 | ------------ |
|
27 | 27 | - Added QML designer plugin |
|
28 | 28 | - Added QChart::localizeNumbers to enable QLocale usage with locale property |
|
29 | 29 | - Added cmake support |
|
30 | 30 | - Added pressed, released and doubleClicked signals for all series |
|
31 | 31 | |
|
32 | 32 | Fixed issues |
|
33 | 33 | ------------ |
|
34 | 34 | - Added missing BoxPlotModelMappers as types for QtQuick 2 |
|
35 | 35 | - Fixed long label visibility |
|
36 | 36 | - Fixed empty domain detection |
|
37 | 37 | - Fixed charts axis label format |
|
38 | 38 | - Added plotAreaChanged signal |
|
39 | 39 | - Fixed axis attachments in QML |
|
40 | 40 | - Fixed bar category axis labels |
|
41 | 41 | - Fixed shades for log and category axes |
|
42 | 42 | - Fixed designer plugin target |
|
43 | 43 | - Fixed Charts build when quick module is not build |
|
44 | 44 | - Fixed chart zooming |
|
45 | 45 | - Fixed android build errors |
|
46 | 46 | - Fixed memory leaks |
|
47 | 47 | - Fixed build issue with dynamic OpenGL configurations |
|
48 | - Fixed documentation issues | |
|
49 | - Fixed QLogValueAxis update on resize | |
|
50 | - Fixed category axis shades and labels for categories that span over the grid |
General Comments 0
You need to be logged in to leave comments.
Login now