Slavo
Slavo

Reputation: 15463

What does Flickr use for charting?

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?

Upvotes: 0

Views: 146

Answers (2)

Jon Hadley
Jon Hadley

Reputation: 5296

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

Upvotes: 1

Matt Smith
Matt Smith

Reputation: 1231

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/

Upvotes: 1

Related Questions