Welcome to Cocoa-Charts#
Welcome to Cocoa-Charts project page on github.com. We just moved from Google Code.
Cocoa-Charts is an open-source iOS developing framework written in Objective-c on Apple Cocoa SDK.
Cocoa-Charts includes a set of very useful graphs/charts you need for developing iPhone/iPad Application.
Released Charts#
- gird chart
- line chart
- stick chart
- candlestick chart
- pie chart
- spider web chart
Under developing Charts#
- area chart
- separated stick chart
- pizza chart
- round radar chart
More About Cocoa-Charts#
If you need further information of Cocoa-Charts, you can Contact us by follow
Also, you can goto Google Code and find the old versions of Cocoa-Charts.
Get Start#
1. Clone or download Cocoa-Charts if you haven't yet, At the command prompt type command like this
git clone git://github.com/limccn/Cocoa-Charts.git
2. Import the Cocoa-Charts source files to your Xcode project. 3. Select the graph/chart you want to use in your application.
Contributing#
We encourage everyone to contribute to Cocoa-Charts!
- 1. Get a GitHub Account if you haven't yet.
- 2. Fork Cocoa-Charts. Tips:how to fork a repo
- 3. Make your changes.
- 4. Test your changes.
- 5. Submit a pull request. Tips:how to create a pull request