Skip to content

Instantly share code, notes, and snippets.

@erjjones
Created December 21, 2011 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erjjones/1507467 to your computer and use it in GitHub Desktop.
Save erjjones/1507467 to your computer and use it in GitHub Desktop.
Custom.js
jQuery(function () {
var paper = Raphael("graph", 940, 81),
timeline;
timeline = new Timeline(paper, [
{date:"06/25/2004", version:"0.5"},
{date:"12/13/2005", version:"1.0.0"},
{date:"12/07/2007", version:"2.0.0"},
{date:"6/10/2010", version:"3.0 ?"}
]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment