We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_StackOverflow社区 Improve this questionIs there a good third party framework available for creating animated charts and graphs on iPhone or iPad?
I'm looking to do something similar to what FusionCharts provides. How could I achieve this?
You can actually use FusionCharts from your iOS project with a webView to render the charts.
Take a look at this: http://www.fusioncharts.com/labs/iOS/FusionCharts_iOS_Nov2011.zip
Also, another very good library (free!) to work with JSON, JS, web services, etc is DHTMLX Touch: http://www.dhtmlx.com/touch/.
Good luck!
UPDATE: I just found this framework: http://www.shinobicontrols.com/
Native API for iOS. Amazing performance.
hey this will be helpful core Plot
There are several commercial tools for iOS charting, some of which have interactive features.
- ShinobiControls - which has many interactive features as shown in this video.
- www.threedgraphics.com
- iPhone Charting Library for iPhone Objective-C
Full Disclosure - I work for Scott Logic, which is the parent company of ShinobiControls
You can try a POC sample created using FusionCharts from http://www.fusioncharts.com/labs/iOS/FusionCharts_iOS_Nov2011.zip.
SwiftCharts has many animated examples and allows to create custom views/animations as well.
(Disclosure: I'm the author)
精彩评论