使用 JavaScript 绘制饼图
我想要一个 JavaScript 饼图,我已经有了一个带有 PlotKit 的饼图,但它是一个太大的库,而且我的带宽很低。我想要一个好的、低权重的 JavaScript 语言(或者更好的 jQuery 语言)。
I want to have a JavaScript pie chart, I already have one with PlotKit, but it's a too large library and my bandwidth is low. I want a good and low weighted one in JavaScript (or better, in jQuery).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Google 提供了返回图表的网络服务。更多信息请参见:
http://code.google.com/intl/nl- NL/apis/chart/
Google supplies a webservice returning charts. More info here :
http://code.google.com/intl/nl-NL/apis/chart/
我在我的一个库上使用了这个 http://www.jqplot.com/index.php 库项目。功能强大且易于使用!
这是饼图的示例:http://www.jqplot.com/tests/pieTests。 php
i used this http://www.jqplot.com/index.php library on one of my projects. powerful and easy to use!
And here is an example with pie charts: http://www.jqplot.com/tests/pieTests.php
除此之外:
前 5 个 jQuery 图表插件
如果可以使用除 jQuery 之外的其他EJS 图表也非常流畅。
And other than this:
Top 5 jQuery Chart Plug-ins
If it is OK to use other than jQuery than EJS Charts are also very slick.
以下是一些带有 JQuery 图表插件的网站的链接:
http://www.jscharts.com/
http://www.reynoldsftw.com/2009/02 /6-jquery-chart-plugins-reviewed/
http://www.1stwebdesigner.com/resources/top-jquery-chart-libraries-interactive-charts/
和这个线程,本质上问的是同一个问题:
使用 jQuery 的饼图
编辑:添加了一些其他选项,
我最近使用 Flot 来做一些条形图
http://people.iola.dk/olau/flot/examples/
和我们使用 Raphael 制作一些饼图和其他东西
http://raphaeljs.com/
Here are some links to sites with JQuery charting plug-ins:
http://www.jscharts.com/
http://www.reynoldsftw.com/2009/02/6-jquery-chart-plugins-reviewed/
http://www.1stwebdesigner.com/resources/top-jquery-chart-libraries-interactive-charts/
and THIS SO thread, which is asking essentially the same question:
Pie chart with jQuery
EDIT: Added some other options
I recently used Flot to do some bar charts
http://people.iola.dk/olau/flot/examples/
and we're using Raphael for some pie charts and other stuff
http://raphaeljs.com/