Skip to content

Commit 99b91e4

Browse files
authored
Merge pull request #7 from IvayloG/IGanchev/UpdatePieChartXMLExplode
Update the sample the reflect the binding topic
2 parents 6e8387d + 3f3cd05 commit 99b91e4

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)