summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-13 13:09:23 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-13 13:22:29 +0300
commit868649a9faaeba77790876f4c8646f5701c78be1 (patch)
treec4afdcccd532aef6a23fcb151e567f444ebdee00 /README
parentdee90918a18a21986784d70b83d3677f9c688387 (diff)
Additions to README
Change-Id: Idb459810c94f77bf9f93b2f557f4914b5cef1037 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 15 insertions, 5 deletions
diff --git a/README b/README
index 87246f95..5424ab65 100644
--- a/README
+++ b/README
@@ -70,15 +70,22 @@ Main Changes between 1.2.1 and 1.3.0
- New chart type added: Polar chart
- New series type added: Box and whiskers
- QtQuick 2 support added
+ - Note: Since Qt Enterprise Charts still uses QGraphicsView framework under the hood
+ even with QtQuick 2, its performance is actually better with QtQuick 1 than with QtQuick 2.
Bug Fixes and minor new features
================================
- New: Added missing QML support for LogValueAxis
-- New: Implement index based removing/replacing points in series
-- New: Added API to specify plot area background
-- New: Added HTML support for various text items
- Note that '\n' no longer causes new line in text items, use HTML tag <br/> instead
+- New: Implement index based removing/replacing points in a series
+- New: Added API to specify plot area background for the chart
+- New: Added HTML support for various text items such as axis labels or titles
+ - HTML tags (e.g. <br/>) and character codes (e.g. &deg;) are now supported
+ - Setting pen for text items is deprecated and does nothing
+ - When setting brush for text items, only the color of the brush is relevant.
+ It specifies the default text color for the item.
+ - Logic for identifying axis label format specifiers was improved, so adding
+ additional information to labels via label format string is now more viable.
- New: Added QChart::zoomReset() and QChart::isZoomed()
- New: Added API for setting roundness of the corners for the background of the chart
- 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
- Fixed: Crash when adding/removing points during animation
- Fixed: Wrong expand direction with rotated chart view
- Fixed: Android build errors
-- Fixed: Legend marker brush for series with black pen
- Fixed: Explicitly set default pen/brush/font got overridden by theme
+ - Default pens, brushes, and fonts were changed to ones that won't clash with commonly
+ used types of the same. Most notably black pen is no longer default and won't anymore
+ get overridden by theme if used.
- Fixed: Multi-line axis titles and labels now position correctly
+ - Note that '\n' no longer causes new line in text items, use HTML tag <br/> instead
- Fixed: Legend markers text truncation with small font sizes
- Fixed: QChartView right click zoom out when zooming only along one axis
- Fixed: Crash or memory leak when resetting animation options mid-animation