I recently worked on a Kendo pie chart, and we needed to remove all the extra margin and padding around the chart, and it needed a height of 300px. We then exploded one slice, as explained in the documentation.
After doing this, the chart is rendered with the exploded slice being outside the bounds of the chart.
I started with the example from the documentation page above and changed it to how we have ours, namely adding a static chartArea height and 0 margin, setting plotArea margin and padding to 0, and setting the series padding to 0.
http://dojo.telerik.com/@john.washam@360vinspin.com/EGENij
Is this expected behavior or a bug?