I'm trying to get a pie that takes up the full height and width of the given PieChart element. Unfortunately, it seems the piechart always puts in a border to allow for the drop shadow. I've traced this down to a bit in WedgeItemRenderer's that updateDisplayList that always uses SHADOW_INSET and, worse yet, a bit in PieSeries' updateTransform that always uses DROP_SHADOW_SIZE.
Am I missing something, or is this a limitation of the way the chart has been coded? Unfortunately, since the code is entangled in a bunch of private stuff, I can't just override those functions and fix it. I'd basically have to duplicate the units and remove those bits. -- Jason

