Pie Chart values are getting clipped.
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description

## What did you do?
Created a Pie Chart with a dataset.
## What did you expect to happen?
I wanted the value labels to appear outside the slices.
## What happened instead?
The values are indeed appearing outside the slices but they are being clipped by the view's bounds. I have tried setting clipsToBound to false but it does not work.
On the screenshot the label on the right should show a percentage like the rest of them but it's not getting displayed correctly.
## Charts Environment
**Charts version/Branch/Commit Number:**
3.2.2
**Xcode version:**
10.3
**Swift version:**
4
**Platform(s) running Charts:**
iOS 12.4
**macOS version running Xcode:**
Mojave 10.14.6
Contributor guide
Assessment
This issue has not been assessed yet.