Skip to content

Commit 3f3cd05

Browse files
committed
Update the sample the reflect the binding topic
http://www.igniteui.com/help/igpiechart-databinding
1 parent 6e8387d commit 3f3cd05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HTMLSamples/pie-chart/xml-binding.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
dataSource: ds, //$.ig.DataSource defined above
7070
dataValue: "Population",
7171
dataLabel: "Name",
72-
labelsPosition: "bestFit"
72+
labelsPosition: "bestFit",
73+
explodedSlices: [0,2,3,4]
7374
});
7475

7576
});

0 commit comments

Comments
 (0)