summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-09-10 15:19:04 +0300
committerTero Ahola <tero.ahola@digia.com>2012-09-10 15:33:38 +0300
commit61bf4625e1e66fbe9164fd3a57efc099b52b7644 (patch)
tree8400ada435bcc0ef0e6512fa736683cc41090724 /README
parenta58d6158955b3f787dc0a0550054ddf19780bac4 (diff)
Added info about changed property names to README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 8974196f..c4d1146b 100644
--- a/README
+++ b/README
@@ -67,11 +67,14 @@ can also be generated with:
Main Changes between 1.0.0 and 1.1.0
===================================
- Versions 1.0.0 and 1.1.0 are not binary or source compatible. We are sorry about this.
+- ValuesAxis renamed to ValueAxis
+- QAbstractAxis::arrowVisible and other related methods were renamed to
+ QAbstractSeries::lineVisible
+- QChart::margins was replaced with QChart::minimumMargins
+- BarCategoriesAxis renamed to BarCategoryAxis
- Horizontal bar series has been added
- New axis types: DateTimeAxis and CategoryAxis
- PieSeries now supports drawing as a donut
-- ValuesAxis renamed to ValueAxis
-- BarCategoriesAxis renamed to BarCategoryAxis
- Drawing performance of LineSeries has been improved
- New data replacament method with better performance implemented in XYSeries
- It is now possible to take PieSlices/BarSets back from the series without deleting