@@ -46,12 +46,28 into "doc/html" in the build directory. | |||||
46 |
|
46 | |||
47 | KNOWN ISSUES |
|
47 | KNOWN ISSUES | |
48 | ============ |
|
48 | ============ | |
49 | * The Charts API should be stable, but might still change between the Beta and first official release |
|
49 | * The beta version of Qt Commercial Charts is still under development and thus should not be used in e.g. product development | |
50 |
|
|
50 | * The Charts API might change between the Beta and the first official release | |
51 | * Enable/disable tooltip is missing from the API |
|
|||
52 |
|
|
51 | * Mutliple axis are not suported at the moment. | |
53 |
|
|
52 | * Logartmic, polar axis are not supported at the moment. | |
54 | * Model support for QBarSeries is not complete. |
|
53 | * If using QAbstractiItemModel derived model with QBarSeries, data manipulation with QBarSeries/QBarSet APIs does not synchronize the data into the model | |
55 | * Interlnal layout hadnling is not working properly. |
|
54 | * Model support requires more thorough testing. | |
56 | * The QML Bindings are still under development and to be considered as early draft |
|
55 | * Some QObject properties are missing | |
57 | * All the current QML APIs are shown in qmlchart demo app |
|
56 | * Some notifications missing from QObject properties | |
|
57 | * Legend layout does not work correctly with several labels | |||
|
58 | * Animations with Bar Charts can cause crashes in certain situations | |||
|
59 | * Automatic scaling of the axes is only done when you add a series on a chart | |||
|
60 | * The QML Bindings are still under development | |||
|
61 | * Mouse and touch interactions not complete on the QML API | |||
|
62 | * Missing documentation for QML API; the QML demo applications serve as documentation instead | |||
|
63 | * Setting bar width is not possible on QBarSeries derived classes (the width is affected with setMargin, but it has limitations) | |||
|
64 | * API for Animations state (signaling started , finished) and setting duration etc. are missing | |||
|
65 | ||||
|
66 | Main changes between Technology Preview and Beta releases | |||
|
67 | ========================================================= | |||
|
68 | * QBarSeries now enables defining both values and bar placement in X-Axis. Previous implementation of QBarSeries is now new series type: QGroupedBarSeries | |||
|
69 | * QML API now defined and mostly implemented | |||
|
70 | * Q_PROPERTY definitions have been added to the API | |||
|
71 | * Model API refactored and moved from Series Classes to separate Model Mapper Classes | |||
|
72 | * First version of Qt Designer plugin included | |||
|
73 | * Example for handling Gestures included (ZoomLineChart example) No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now