TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Charts And Graphs For Web Developers

33 pointsby bogdansabout 14 years ago
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 comments

rajuabout 14 years ago
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 未加载
rorrrabout 14 years ago
No Flot? You fail.