TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Charts And Graphs For Web Developers

33 点作者 bogdans大约 14 年前
Charts and graphs are present on various types of sites in order to improve the user experience and show in a easier and more likeable way data for the visitors. These charts and graphs can be created using technologies like PHP, Flash, Javscript (jQuery, MooTools, Prototype) and CSS, but you don’t have to reinvent the wheel unless you have a lot of time at your disposal. What you can do is download and use these following charts and graphs made by ninja developers.

2 条评论

raju大约 14 年前
I just happened to be scouring around for a good JS charting library yesterday.<p>Does anyone here have any experience with one? I am trying to build a dashboard, much like <a href="http://www.geckoboard.com/" rel="nofollow">http://www.geckoboard.com/</a> and I need to be able to display nice charts (all kinds - bar, stacked, pie) with real-time data.<p>I looked some into flot (<a href="http://code.google.com/p/flot/" rel="nofollow">http://code.google.com/p/flot/</a>) which uses the canvas, and Raphael (<a href="http://raphaeljs.com/" rel="nofollow">http://raphaeljs.com/</a>) which uses SVG (and is not really a charting library) but they have gRaphael for that purpose. But with the plethora of options out there, I figured I ought to ask here at HN.<p>Any suggestions, anyone?
评论 #2271573 未加载
评论 #2271092 未加载
评论 #2271509 未加载
评论 #2271569 未加载
rorrr大约 14 年前
No Flot? You fail.