Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created January 5, 2012 16:40
Show Gist options
  • Save bobbywilson0/1566039 to your computer and use it in GitHub Desktop.
Save bobbywilson0/1566039 to your computer and use it in GitHub Desktop.
var timeSeries = TS({
container: '.graph',
dates: ["2011/12/12", "2011/12/13", "2011/12/14", "2011/12/15", "2011/12/16"],
data: {
skiing: [1, 2, 0, 4, 5],
snowboarding: [0, 3, 6, 2, 0]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment