Demo project showcasing the use of JBChartView in the classic data visualization example known as Anscombe's Quartet.
- Quad-chart support in both landscape and portrait mode.
- Detail view for exposing underlying data of each chart.
Refer to the <a href="https://github.com/Jawbone/anscombe-quartet-ios/blob/master/CHANGELOG.md"">changelog for an overview of the project's complete history.
- Requires iOS 7 or later
- Requires Automatic Reference Counting (ARC)
Clone the project:
$ git clone https://github.com/Jawbone/anscombe-quartet-ios.git
Install the (JBChartView) pod:
$ cd anscombe-quartet-ios
$ pod install
Open & run anscombe-quartet-ios.xcworkspace (not the .proj file).
More information about CocoaPods can be found here. You must have the Cocoapod gem installed prior to getting the project up and running:
$ sudo gem install cocoapods
Usage is provided under the Apache License (v2.0). See LICENSE for full details.