summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-04-18 13:30:07 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-04-23 09:24:32 +0300
commit5862599d088d072b4ac89ed556a645680f786d80 (patch)
tree838db883bea99b520ae90c634746f9f942fb6832 /README
parentb0caebd0eeccca1b5e901faa6e5df1a1f6301312 (diff)
Generate charts plugin for QtQuick2 as well as QtQuick1
Added quick2 versions of a couple of demos, too. Task-number: QTRD-1922 Change-Id: Ie3e2c1c40c38e06fc6d3afe27289eccc2f997f67 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 5 insertions, 19 deletions
diff --git a/README b/README
index 9c49c093..ffa73f67 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
--------------------------------
-Commercial Charts Add-on 1.2.1
+Commercial Charts Add-on 1.3.0
--------------------------------
What's in Qt Commercial Charts
@@ -64,29 +64,15 @@ Documentation can be found from doc/html and doc/qch directories. The documentat
can also be generated with:
make docs
-Main Changes between 1.2.0 and 1.2.1
+Main Changes between 1.2.1 and 1.3.0
===================================
-- Commercial Charts documentation also as *.qch file
+- New chart type added: Polar chart
+- QtQuick 2 support added
Bug Fixes
==========
-- Fixed: Crash with NaN, inf, -inf values (values are ignored)
-- Fixed: Axis label truncated with multiple axis
-- Fixed: Using setLineVisible(false) on a QBarCategoryAxis gives blurry text
-- Fixed: Set the range to min and max for default axes from previously added series
-- Fixed: Axes use incorrect bounding rectangle to calculate sizeHint when labels are in non-default angle
-- Fixed: Axis titles can slightly overlap with axis labels and axis lines
-- Fixed: Charts crashes when changing the values to empty model with logarithmic axis
-- Fixed: The legend marker for main series in breakdown series piechart couldnt be updated with custom value
-- Fixed: Positioning errors with category axis and bar category axis ticks
-- Fixed: Setting points visible for upper or lower line series of an area series causes the area series to fill incorrectly
-- Fixed: Changing from "High Contrast" theme to another theme draws some grid lines thicker than it is supposed to
-- Fixed: QCategoryAxis shading is drawn even if the shaded category is scrolled off-chart
-- Fixed: QBarCategoryAxis with odd number of categories and shading draws an additional shade on top of the chart
-- Fixed: Setting points visible for a line chart sometimes doesn't draw the points but instead draws a filled area
-- Fixed: Exploding a piechart slice with a thick pen causes rendering artifacts during the explosion animation
-- Fixed: Pen style pattern continuity for line series
+TODO
Known Issues
============