A simple and beautiful chart lib with animation used in Piner and CoinsMan for iOS. PNChart works on iOS 7.0+ and is compatible with ARC projects. If you need support for iOS 6, use PNChart <= 0.8.1. Note that 0.8.2 supports iOS 8.0+ only, 0.8.3 and newer supports iOS 7.0+. It depends on the following Apple frameworks, which should already be included with most Xcode templates, Foundation.framework, UIKit.framework, CoreGraphics.framework, and QuartzCore.framework. You will need LLVM 3.0 or later in order to build PNChart. CocoaPods is the recommended way to add PNChart to your project. You can choose to show smooth lines. You can set different colors for the same PNLineChartData item. for instance you can use "color" red for values less than 50 and use purple for values greater than 150. Legend has been added to PNChart for Line and Pie Charts. Legend items position can be stacked or in series.
Features
- Animation is enabled by default when drawing all charts
- PNChart works on iOS 7.0+ and is compatible with ARC projects
- You will need LLVM 3.0 or later in order to build PNChart
- You can set different colors for the same PNLineChartData item
- Grid lines have been added to PNChart for Line Chart
- Now it's easy to update value in real time