limccn / Cocoa-Charts

Open-source iPhone/iPad graph/chart framework includes line chart,stick chart,candlestick chart,pie chart,spider-web chart etc. Based on iOS graph SDK, Using native Objective-c Codes

Home Page:http://www.lidaren.com/cocoacharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

For user in China:
Android-Charts/Cocoa-Charts技术交流QQ群现已开通,欢迎加入。群号:170987350

Released Charts

  • gird chart
  • line chart
  • stick chart
  • candlestick chart
  • macd chart
  • pie chart
  • spider web chart
  • area chart
  • band chart
  • separated stick chart
  • pizza chart
  • round radar chart
  • rose chart

Under developing Charts

  • stacked stick chart

###More About Cocoa-Charts

If you need further information of Cocoa-Charts, you can visit the web site of Cocoa-Charts.

Or Contact us by follow

Also, you can goto Google Code and find the old versions of Cocoa-Charts.

Need Android version?

We also released an Android version Chart Framework, if you need develop your application on both iOS and Android platforms.

Get Start

Installation with source code

  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, and Enjoy it.

Installation With CocoaPods

####Use Podfile

To integrate Cocoa-Charts into your Xcode project using CocoaPods, specify it in your Podfile:

    source 'https://github.com/CocoaPods/Specs.git'
    platform :ios, '7.0'

    pod 'Cocoa-Charts', '~> 0.2.1.1'

Then, run the following command:

    $ pod install

History, Change Logs

###v0.1, 2012-07-14 The first stable version released, we decide to make it an Open-source framework.

###v0.0.1, 2011-05-30 While developing Android-Charts, we start its Objective-c version which can be used in iPhone/iPad Application.

Contributing

We encourage everyone to contribute to Cocoa-Charts!

License

Cocoa-Charts is released under the Apache License 2.0.

    Copyright 2011 limc.cn All rights reserved.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

Donation

If you like Cocoa-Charts feel free to support Cocoa-Charts. By making donation you invest in the project's future, helping it to be compatible with latest Android versions and to have less bugs and more features.

About

Open-source iPhone/iPad graph/chart framework includes line chart,stick chart,candlestick chart,pie chart,spider-web chart etc. Based on iOS graph SDK, Using native Objective-c Codes

http://www.lidaren.com/cocoacharts

License:Apache License 2.0


Languages

Language:C 76.8%Language:Objective-C 23.0%Language:Shell 0.1%Language:C++ 0.1%Language:Ruby 0.0%