Is there any chart library working both on iphone and android applications? [closed]

三世轮回 提交于 2019-12-20 05:01:43

问题


I need to develop an application on both iphone and android which have to support chart plots. (Or perhaps a similar chart library for ios/android platforms.)

Or what do you recommend? Thanks


回答1:


Your best bet is a pure javascript charting library like Flot.

I've seen plenty of flot tutorials for Android, and according to this link flot works fine on iphone except for the mouseover events.




回答2:


If your app will work only online you can use this:

http://code.google.com/apis/chart/




回答3:


I recommend looking into building the application using Adobe AIR.




回答4:


Please try this one for iOS: https://github.com/danielgindi/ios-charts

It is inspired by an Android library called MPAndroidChart.



来源:https://stackoverflow.com/questions/4995114/is-there-any-chart-library-working-both-on-iphone-and-android-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!