ipad兼容的javascript库来显示
我想显示一个动态图表,就像 Google Visualization API 或公共数据资源管理器中的动态图表一样。
我还没有找到任何不使用 Flash 的库,并且 Flash 在 ipad/iphone 上不起作用。
有谁知道有什么方法可以实现这一目标。 http://code.google.com/apis/visualization/documentation/gallery /motionchart.html
I would like to display a Motion Chart like the one in Google Visualization API or Public Data Explorer.
I haven't found any library that doesn't use flash and flash doesn't work on ipad/iphone.
Does anyone know any way to acheive that.
http://code.google.com/apis/visualization/documentation/gallery/motionchart.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很好的概述当前的 Javascript 图形和 SVG 库。虽然他们都没有动态图表实现,但如果你想推出自己的实现,我认为 Raphael 或 PaperJS 将是您最好的选择。
Here's a nice overview of current Javascript graph and SVG libraries. None of them have a Motion Chart implementation though, but if you want to roll your own implementation I think Raphael or PaperJS would be your best bet.