We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e8387d + 3f3cd05 commit 99b91e4Copy full SHA for 99b91e4
1 file changed
HTMLSamples/pie-chart/xml-binding.html
@@ -69,7 +69,8 @@
69
dataSource: ds, //$.ig.DataSource defined above
70
dataValue: "Population",
71
dataLabel: "Name",
72
- labelsPosition: "bestFit"
+ labelsPosition: "bestFit",
73
+ explodedSlices: [0,2,3,4]
74
});
75
76
0 commit comments