What are the various iOS Charting/Graphs Options Available?
From our friends Amul, Krunal and Ruptapas
RPRadarChart - https://github.com/raspu/RPRadarChart
ANE-Chartboost - https://github.com/freshplanet/ANE-Chartboost
http://soulwithmobiletechnology.blogspot.in/2011/08/iphoneipad-chart-librarymimchartlib.html
Git: https://github.com/ReetuRaj/MIMChart-Library
Documentation: http://mimchartlibrary.blogspot.in/2012/07/bar-graph.html
1) Core Plot - Good for 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.
Link - https://code.google.com/p/core-plot/
2) iOSPlot - Again good for 2D visualization of data, also allows gesture/tap and customizable features.
Link - https://github.com/honcheng/iOSPlot
3) iOS:Chart - Good set of powerful graph types with real 3D graphs to control zoom, pan, rotate and skew.
Link - http://www.threedgraphics.com/tdg/products/tools/ioschart/
4) KeepEdge Library - Contains set of good documentation on how to use each chart types.
Link - http://www.keepedge.com/products/iphone_charting/
5) Shinobi Controls - Contains the most modern framework, with good documentation, well structured relationships, classes and customizable interface.
Link - https://blog.serverdensity.com/how-to-build-stunning-custom-ios-graphs-on-iphone-and-ipad/
Of those libraries, Core Plot and iOSPlot are open source, the other three libraries require a paid license.
The following website contains a detailed comparison of all these libraries.
Link- https://blog.serverdensity.com/how-to-build-stunning-custom-ios-graphs-on-iphone-and-ipad/
Other than these I found two more Libraries which are simple and easy to use:
1) FRD3DBarChart - Open source iOS 3D bar chart control made with GLKit (Open GL).
Link - https://github.com/sebastienwindal/FRD3DBarChart
2) XYPieCart- Open Source simple and easy to use pie chart library only for 2D visualization.
Link - https://github.com/xyfeng/XYPieChart
Comments
Post a Comment