views:

65

answers:

2

Recently I was browsing my Flickr account and the stats for it and noticed that they display a very nice chart. What made an impression on me was that it was rendered in HTML and used JavaScript for mouseover effects. Does anyone know if they used some third party charting component, or if they did it in-house? If they did use something, what was it?

Even if you don't know about Flickr specifically, can you recommend some charting components that use JavaScript or some JS library as opposed to Silverlight, Flash and other RIA technologies?

A: 

Afraid I don't know about Flickr charts but here are some JavaScript ones

JavaScript;
http://www.liquidx.net/plotkit/

Jquery;
http://code.google.com/p/flot/

Matt Smith
A: 

Not sure what Flickr uses (quick glance at source doesn't give any clues), but you might find the Google Visualisation API useful.

Jon Hadley