summaryrefslogtreecommitdiffstats
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:19:46 +0300
commit1f95ffc020304e97d9cf55074ce47dbdc5909231 (patch)
treee8ff8296293e21ecd960c9abb8259c3a95a83fca
parent96169fbd316d5ca488c33fe679ef581cbe626949 (diff)
Added info about changed property names to README
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index aa959ecb..cf1db6b6 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