vote up 3 vote down star
3

Possible Duplicate:
How do they draw the charts/graphs on stackoverflow?

How might they have created this chart (particularly the click and drag date filter)? See the chart here

Mark

flag

8  
Seems like a fair programming question to me – Greg Jul 7 at 16:10
2  
You might need to reprase your question. folks will close this since asking SO related questions is generally frowned upon. – Josh Jul 7 at 16:10
2  
@Greg: answer is in fecking source code then, isn't? – SilentGhost Jul 7 at 16:11
5  
Jeff has said before that asking questions about SO that are programming related is fair game. This question shouldn't be closed. – John Topley Jul 7 at 16:13
2  
Exact duplicate: stackoverflow.com/questions/283805/… – SilentGhost Jul 7 at 16:23
show 7 more comments

closed as exact duplicate by Kip, Bill the Lizard Jul 7 at 16:26

3 Answers

vote up 9 vote down check

It's made with Flot library for jQuery.

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

Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side.
The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking.
The plugin is known to work with Internet Explorer 6/7/8 (IE8 only in development version), Firefox 2.x+, Safari 3.0+, Opera 9.5+ and Konqueror 4.x+. If you find a problem, please report it. Drawing is done with the canvas tag introduced by Safari and now available on all major browsers, except Internet Explorer where the excanvas Javascript emulation helper is used.
link|flag
Thanks for taking the time to answer. – Mark Jul 8 at 7:51
There is a link from here to some examples which show this exact situation: people.iola.dk/olau/flot/… – Mark Jul 8 at 8:01
vote up 1 vote down

Looks like they are using Flot. It's a jQuery plugin.

link|flag
Thanks for taking the time to answer. – Mark Jul 8 at 7:53
vote up 0 vote down

They are using the JQuery Flot control.

http://www.prodevtips.com/2008/07/24/jquery-flot-a-more-complex-example/

link|flag
Thanks for taking the time to answer. – Mark Jul 8 at 7:54

Not the answer you're looking for? Browse other questions tagged or ask your own question.