summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-12-14 13:18:50 +0200
committerTero Ahola <tero.ahola@digia.com>2012-12-14 13:19:49 +0200
commitac10643c564238e0269d3b6493a349f5d882c1fc (patch)
treed19ee0e0c14df85c38002ab8973c3550a7f1378c /README
parent240c05f01c1108a0c14b1dec16a89f065449f003 (diff)
Added a known issue to README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 52b3de7d..45f51660 100644
--- a/README
+++ b/README
@@ -106,3 +106,7 @@ Known Issues
issues (qreals are floats)
- Declarative plugin is available from Qt 4.7.4 onwards because of missing
Q_REVISION macro in the earlier Qt releases
+- Defining axis min-max values sometimes affects other axes with the same orientation
+ - See for example the secondary y-axis of QML Weather demo application
+ - The work-around is to set axis range dynamically instead of initializing min and
+ max properties to certain values