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