From ac10643c564238e0269d3b6493a349f5d882c1fc 2012-12-14 11:19:49 From: Tero Ahola Date: 2012-12-14 11:19:49 Subject: [PATCH] Added a known issue to README --- diff --git a/README b/README index 52b3de7..45f5166 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