Skip to content

Instantly share code, notes, and snippets.

@taiansu
Created December 18, 2012 12:08
Show Gist options
  • Save taiansu/4327468 to your computer and use it in GitHub Desktop.
Save taiansu/4327468 to your computer and use it in GitHub Desktop.
Morris.js record
jQuery ->
Morris.Line
element: 'chart'
data: [
{y: '2012', a: 100}
{y: '2011', a: 75}
{y: '2010', a: 50}
{y: '2009', a: 75}
{y: '2008', a: 50}
{y: '2007', a: 75}
{y: '2006', a: 100}
]
xkey: 'y'
ykeys: ['a']
labels: ['Series a']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment