在iphone和Android应用程序上是否有任何图表库?

时间:2011-02-14 17:21:12

标签: iphone android charts

我需要在iphone和android上开发一个必须支持图表的应用程序。 (或者可能是ios / android平台的类似图表库。)

或者你推荐什么? 感谢

4 个答案:

答案 0 :(得分:1)

你最好的选择是纯粹的javascript图表库,如Flot

我已经看到plenty版本的tutorials用于Android,根据this link flot在iphone上工作正常,除了鼠标悬停事件。

答案 1 :(得分:1)

如果您的应用只能在线使用,可以使用:

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

答案 2 :(得分:0)

我建议您尝试使用Adobe AIR构建应用程序。

答案 3 :(得分:0)

请为iOS试试这个: https://github.com/danielgindi/ios-charts

它的灵感来自一个名为MPAndroidChart的Android库。