summaryrefslogtreecommitdiffstats
path: root/tests/qmlcamera/qml/qmlcamera/Axes.qml
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-05-08 14:55:13 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-05-09 13:44:47 +0300
commit590d11726e0708e9f8fad0ec386cc5859dbe5cc8 (patch)
treec71592d440579365774a1e56be842d135a9b9b30 /tests/qmlcamera/qml/qmlcamera/Axes.qml
parentbb36daafb6cb461d21c6f6dace10e23ee5fc2dde (diff)
Enable mapping single role to multiple properties for bars
Surface and scatter to follow in separate task Task-number: QTRD-3074 Change-Id: I790078446cd1b805a83da2e3760eaf27c586aaab Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'tests/qmlcamera/qml/qmlcamera/Axes.qml')
-rw-r--r--tests/qmlcamera/qml/qmlcamera/Axes.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qmlcamera/qml/qmlcamera/Axes.qml b/tests/qmlcamera/qml/qmlcamera/Axes.qml
index a6b8d4de..6494adbc 100644
--- a/tests/qmlcamera/qml/qmlcamera/Axes.qml
+++ b/tests/qmlcamera/qml/qmlcamera/Axes.qml
@@ -35,15 +35,11 @@ Item {
}
ValueAxis3D {
id: incomeAxis
- min: 0
- max: 35
labelFormat: "%.2f M\u20AC"
title: "Monthly income"
}
ValueAxis3D {
id: expensesAxis
- min: 0
- max: 35
labelFormat: "-%.2f M\u20AC"
title: "Monthly expenses"
}