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.

                     Linkhttps://code.google.com/p/core-plot/

 

2) iOSPlot - Again good for 2D visualization of data, also allows gesture/tap and customizable features.

                     Linkhttps://github.com/honcheng/iOSPlot

 

3) iOS:Chart - Good set of powerful graph types with real 3D graphs to control zoom, pan, rotate and skew.

                            Linkhttp://www.threedgraphics.com/tdg/products/tools/ioschart/

 

4) KeepEdge Library - Contains set of good documentation on how to use each chart types.

                            Linkhttp://www.keepedge.com/products/iphone_charting/

 

5) Shinobi Controls - Contains the most modern framework, with good documentation, well structured relationships, classes and customizable interface.

                            Linkhttps://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.

                           Linkhttps://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).

                           Linkhttps://github.com/sebastienwindal/FRD3DBarChart

 

2) XYPieCart- Open Source simple and easy to use pie chart library only for 2D visualization.

                           Linkhttps://github.com/xyfeng/XYPieChart

 

 

 

Comments

Popular posts from this blog

What is Skylake and how does it compare with Broadwell or Haswell?

What is Tokenization?

What is three in a box model?