@@ -9,12 +9,12 Directory structure: | |||||
9 |
|
9 | |||
10 | src/ |
|
10 | src/ | |
11 | Source code of the Qt Commercial Charts |
|
11 | Source code of the Qt Commercial Charts | |
12 |
|
|
12 | plugins/ | |
13 | QML bindings for the charts |
|
13 | QML bindings plugin and QtCreator plugin | |
14 | examples/ |
|
14 | examples/ | |
15 | Some examples of using Qt Commercial Charts |
|
15 | Some examples of using Qt Commercial Charts | |
16 | demos/ |
|
16 | demos/ | |
17 |
More versatile example applications showing how to customize charts, |
|
17 | More versatile example applications showing how to customize charts, | |
18 | combine several chart types and implement interaction in charts |
|
18 | combine several chart types and implement interaction in charts | |
19 | doc/ |
|
19 | doc/ | |
20 | Documentation |
|
20 | Documentation | |
@@ -46,11 +46,13 into "doc/html" in the build directory. | |||||
46 |
|
46 | |||
47 | KNOWN ISSUES |
|
47 | KNOWN ISSUES | |
48 | ============ |
|
48 | ============ | |
49 |
* The beta version of Qt Commercial Charts is still under development and thus |
|
49 | * The beta version of Qt Commercial Charts is still under development and thus | |
|
50 | should not be used in e.g. product development | |||
50 | * The Charts API might change between the Beta and the first official release |
|
51 | * The Charts API might change between the Beta and the first official release | |
51 | * Mutliple axis are not suported at the moment. |
|
52 | * Mutliple axis are not suported at the moment. | |
52 | * Logartmic, polar axis are not supported at the moment. |
|
53 | * Logartmic, polar axis are not supported at the moment. | |
53 |
* If using QAbstractiItemModel derived model with QBarSeries, data manipulation |
|
54 | * If using QAbstractiItemModel derived model with QBarSeries, data manipulation | |
|
55 | with QBarSeries/QBarSet APIs does not synchronize the data into the model | |||
54 | * Model support requires more thorough testing. |
|
56 | * Model support requires more thorough testing. | |
55 | * Some QObject properties are missing |
|
57 | * Some QObject properties are missing | |
56 | * Some notifications missing from QObject properties |
|
58 | * Some notifications missing from QObject properties | |
@@ -59,15 +61,21 KNOWN ISSUES | |||||
59 | * Automatic scaling of the axes is only done when you add a series on a chart |
|
61 | * Automatic scaling of the axes is only done when you add a series on a chart | |
60 | * The QML Bindings are still under development |
|
62 | * The QML Bindings are still under development | |
61 | * Mouse and touch interactions not complete on the QML API |
|
63 | * Mouse and touch interactions not complete on the QML API | |
62 |
* Missing documentation for QML API; the QML demo applications serve as |
|
64 | * Missing documentation for QML API; the QML demo applications serve as | |
63 | * Setting bar width is not possible on QBarSeries derived classes (the width is affected with setMargin, but it has limitations) |
|
65 | documentation instead | |
64 | * API for Animations state (signaling started , finished) and setting duration etc. are missing |
|
66 | * Setting bar width is not possible on QBarSeries derived classes (the width | |
|
67 | is affected with setMargin, but it has limitations) | |||
|
68 | * API for Animations state (signaling started, finished) and setting duration | |||
|
69 | etc. are missing | |||
65 |
|
70 | |||
66 |
Main changes between Technology Preview and Beta release |
|
71 | Main changes between Technology Preview and Beta release | |
67 |
======================================================== |
|
72 | ======================================================== | |
68 |
* QBarSeries now enables defining both values and bar placement in X-Axis. |
|
73 | * QBarSeries now enables defining both values and bar placement in X-Axis. | |
|
74 | Previous implementation of QBarSeries is now new series type: | |||
|
75 | QGroupedBarSeries | |||
69 | * QML API now defined and mostly implemented |
|
76 | * QML API now defined and mostly implemented | |
70 | * Q_PROPERTY definitions have been added to the API |
|
77 | * Q_PROPERTY definitions have been added to the API | |
71 |
* Model API refactored and moved from Series Classes to separate Model |
|
78 | * Model API refactored and moved from Series Classes to separate Model | |
|
79 | Mapper Classes | |||
72 | * First version of Qt Designer plugin included |
|
80 | * First version of Qt Designer plugin included | |
73 | * Example for handling Gestures included (ZoomLineChart example) No newline at end of file |
|
81 | * Example for handling Gestures included (ZoomLineChart example) |
General Comments 0
You need to be logged in to leave comments.
Login now