Is there any chart library working both on iphone

2019-03-02 11:12发布

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

4条回答
甜甜的少女心
2楼-- · 2019-03-02 11:21

I recommend looking into building the application using Adobe AIR.

查看更多
甜甜的少女心
3楼-- · 2019-03-02 11:23

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.

查看更多
Viruses.
4楼-- · 2019-03-02 11:26

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

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

查看更多
Animai°情兽
5楼-- · 2019-03-02 11:30

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

It is inspired by an Android library called MPAndroidChart.

查看更多
登录 后发表回答