This example shows how to use `Charts` to create a Pie Chart.
{{>charts-pie-source}}
Creating a Pie `Chart`.
The `Chart` class also allows you to create a Pie Chart. All you need to do is set the `type` attribute to "pie", define your `categoryKey`,
`seriesKey` and `seriesCollection`.