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.

Javascript Chart Plugin Alternatives

16 pointsby mootymootsabout 16 years ago

5 comments

paddy_mabout 16 years ago
I wrote a charting program a year/two years ago. <a href="http://chartwidget.com" rel="nofollow">http://chartwidget.com</a><p>I never did much with it.
sh1mmerabout 16 years ago
I did the same as this guy.<p>My conclusions Flot (mentioned in his previous article) still kicks ass but needs a bit more work.<p>Emprise is really nice if you are happy to pay. Personally I think Flot does an equivelent job for free. Although, Emprise also includes some stuff to compute trends which flot doesn't.<p>Raphaël is totally bad ass, but it's for hand rendering specific data more than just charting since there are little in the way of helper functions for that. That said check this out, it's awesome <a href="http://raphaeljs.com/github/impact.html" rel="nofollow">http://raphaeljs.com/github/impact.html</a>
goodkarmaabout 16 years ago
Right now we are generating PNG graphics using a Ruby library, but I'm looking to move to either Flash or Javascript-based charts.<p>What are the advantages/disadvantages of Javascript charts vs. Flash? Are the JS charts compatible with Safari and IE? (have had other javascript compatibility issues with them so far)
评论 #507385 未加载
评论 #507209 未加载
fgimenezabout 16 years ago
What's the general way to draw these charts in javascript? SVG, Canvas, VML?
proeeabout 16 years ago
flot is also worthy of a mention<p><a href="http://code.google.com/p/flot/" rel="nofollow">http://code.google.com/p/flot/</a>