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
|
3
|
How might they have created this chart (particularly the click and drag date filter)? See the chart here Mark
|
||||||||||||||||||||
|
closed as exact duplicate by Kip, Bill the Lizard♦ Jul 7 at 16:26 |
|
|
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. |
||||
|
|
|
Looks like they are using Flot. It's a jQuery plugin. |
||
|
|
|
They are using the JQuery Flot control. http://www.prodevtips.com/2008/07/24/jquery-flot-a-more-complex-example/ |
||
|