##// END OF EJS Templates
Additions to README...
Miikka Heikkinen -
r2577:868649a9faae
parent child
Show More
@@ -70,15 +70,22 Main Changes between 1.2.1 and 1.3.0
70 70 - New chart type added: Polar chart
71 71 - New series type added: Box and whiskers
72 72 - QtQuick 2 support added
73 - Note: Since Qt Enterprise Charts still uses QGraphicsView framework under the hood
74 even with QtQuick 2, its performance is actually better with QtQuick 1 than with QtQuick 2.
73 75
74 76 Bug Fixes and minor new features
75 77 ================================
76 78
77 79 - New: Added missing QML support for LogValueAxis
78 - New: Implement index based removing/replacing points in series
79 - New: Added API to specify plot area background
80 - New: Added HTML support for various text items
81 Note that '\n' no longer causes new line in text items, use HTML tag <br/> instead
80 - New: Implement index based removing/replacing points in a series
81 - New: Added API to specify plot area background for the chart
82 - New: Added HTML support for various text items such as axis labels or titles
83 - HTML tags (e.g. <br/>) and character codes (e.g. &deg;) are now supported
84 - Setting pen for text items is deprecated and does nothing
85 - When setting brush for text items, only the color of the brush is relevant.
86 It specifies the default text color for the item.
87 - Logic for identifying axis label format specifiers was improved, so adding
88 additional information to labels via label format string is now more viable.
82 89 - New: Added QChart::zoomReset() and QChart::isZoomed()
83 90 - New: Added API for setting roundness of the corners for the background of the chart
84 91 - Fixed: If vertical QLogValueAxis base is selected so that it has only single visible tick,
@@ -89,9 +96,12 Bug Fixes and minor new features
89 96 - Fixed: Crash when adding/removing points during animation
90 97 - Fixed: Wrong expand direction with rotated chart view
91 98 - Fixed: Android build errors
92 - Fixed: Legend marker brush for series with black pen
93 99 - Fixed: Explicitly set default pen/brush/font got overridden by theme
100 - Default pens, brushes, and fonts were changed to ones that won't clash with commonly
101 used types of the same. Most notably black pen is no longer default and won't anymore
102 get overridden by theme if used.
94 103 - Fixed: Multi-line axis titles and labels now position correctly
104 - Note that '\n' no longer causes new line in text items, use HTML tag <br/> instead
95 105 - Fixed: Legend markers text truncation with small font sizes
96 106 - Fixed: QChartView right click zoom out when zooming only along one axis
97 107 - Fixed: Crash or memory leak when resetting animation options mid-animation
General Comments 0
You need to be logged in to leave comments. Login now