summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlchart/qml/qmlchart/View1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/qmlchart/qml/qmlchart/View1.qml')
-rw-r--r--examples/charts/qmlchart/qml/qmlchart/View1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/qmlchart/qml/qmlchart/View1.qml b/examples/charts/qmlchart/qml/qmlchart/View1.qml
index 5f59989e..6b1de819 100644
--- a/examples/charts/qmlchart/qml/qmlchart/View1.qml
+++ b/examples/charts/qmlchart/qml/qmlchart/View1.qml
@@ -55,7 +55,7 @@ Item {
}
Component.onCompleted: {
- // You can also manipulate slices dynamically
+ // You can also manipulate slices dynamically, like append a slice or set a slice exploded
othersSlice = pieSeries.append("Others", 52.0);
pieSeries.find("Volkswagen").exploded = true;
}