summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlcustomlegend/qml
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-12 15:33:09 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-12 15:47:05 +0200
commitb1d7efa360aa0c961547924ac95a2ff42e38d2b4 (patch)
treeff045b6fbce1154478cd9570c0b0d733bd02f27d /examples/charts/qmlcustomlegend/qml
parentc0570bb33acbc78a3d799f38e5c086fa312bd4dd (diff)
Remove deprecated elements from APIs.
Task-number: QTRD-2098 Change-Id: Ib658c8a51af0b73ded5d6b13c8fa58762f859961 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Diffstat (limited to 'examples/charts/qmlcustomlegend/qml')
-rw-r--r--examples/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml b/examples/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml
index 7bc9b54c..b6c18778 100644
--- a/examples/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml
+++ b/examples/charts/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml
@@ -44,7 +44,6 @@ ChartView {
titleText: "EUR"
min: 0
max: 40000
- niceNumbersEnabled: true
labelFormat: "%.0f"
tickCount: 5
}
@@ -70,6 +69,7 @@ ChartView {
}
chartViewHighlighted.title = selectedSeries.name;
axisY.max = maxVal;
+ axisY.applyNiceNumbers()
}
}