I’ve mentioned a number of charting libraries most recently XYPieChart for creating great looking pie charts.
The most extensive open source library for creating charts on the iOS platform is Core Plot. You can make nearly any kind of chart with Core Plot, unfortunately if you’re just looking to create something such as a simple line chart learning and using the API may not be the best use of time.
Here’s a library from Marcel Ruegenberg designed specifically for creating line charts called iOS-Linechart.
iOS-Linechart provides a very clean and simple API and features interactive data points.
You can find iOS-Linechart on Github here.
A nice library if you simply want to make good looking linecharts and don’t need a library such as Core Plot.
- Open Source iOS Library For Easily Creating Dynamic Line Graphs
- Tutorial: How To Make A Line Graph, Bar Chart And Pie Chart With Core Plot
- Open Source iOS Library For Easily Creating 3D Charts
- Best Resources In iOS Development – August 20th, 2012
- Open Source: Plotting Libraries For Easy Charts Without The Cost
Original article: Open Source iOS Library For Making Interactive Line Charts With A Simple API
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.