资 源 简 介
[Project has moved to github](https://github.com/dainkaplan/Chartreuse) (though repo here may stay up-to-date.)
chartreuse /ʃɑrˈtrus/
Lightweight, stylish charts for iOS!
NOTE: Currently only supports pie-charts, but requests are welcome!
See downloads for the source and a fully working universal app project.
(I"d also check out core-plot to make sure it isn"t what you want, first; chartreuse is very light-weight.)
Usage is very easy:
```
// Set a gradient to start 1/3 from the top, and continue to the bottom
[_pieChart setGradientFillStart:0.3 andEnd:1.0];
// Use black 0.7 opaque for our gradient
[_pieChart setGradientFillColor:PieChartItemColorMake(0.0, 0.0, 0.0, 0.7)];
// Creat