图形丰富的 Javascript 饼图库
是否有任何 JavaScript 库可以在不使用 Flash/Silverlight 的情况下创建图形丰富的饼图?像这个之类的东西。 谢谢。
Are there any libraries for JavaScript that can create graphic-rich pie-charts without Flash/Silverlight? Something like this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
Highcharts 是另一个选择,它有一些不错的交互/动态功能,并且外观是可定制的。
Highcharts is another option, it has some nice interactive/dynamic features, and the appearance is customisable.
您可以使用 Google Charts API:
You can use the Google Charts API:
看看这个
Take a look at this
您看过 JS Charts 吗?
Have you taken a look at JS Charts?
D3.js 库可以做到这一点以及更多
https://github.com/mbostock/d3/wiki
请参阅饼图示例
另外 d3.js 可能性的其他示例。
D3.js library can do this and a lot more
https://github.com/mbostock/d3/wiki
See pie chart example
Also other examples of d3.js possibilities.
查看 Google 图表工具 - http://code.google.com/apis/chart/
Take a look at Google Chart Tools - http://code.google.com/apis/chart/