summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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()
}
}