derekcoder / SwiftChartView

A set of chart views written in Swift.
MIT License
7 stars 1 forks source link
charts ios-swift swift swiftchartview

SwiftChartView

Version License Platform

A set of chart views written in Swift.

Features

Requirements

Installation

CocoaPods

pod 'SwiftChartView'

Usage

Programmatically

import SwiftChartView

let frame = CGRect(x: 0, y: 80, width: 734, height: 240)
let chartView = LineChartView(frame: frame)
view.addSubview(chartView)
chartView.strokeChart(animated: true)

IB (storyboard)

Contact

License

SwiftChartView is released under the MIT license. See LICENSE for details.