A set of chart views written in Swift.
pod 'SwiftChartView'
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)
Set Class
Change attributes
SwiftChartView is released under the MIT license. See LICENSE for details.