Skip to content

Instantly share code, notes, and snippets.

@resistdesign
Last active December 13, 2017 01:50
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 resistdesign/d491ff0632b33b169190e38b9382021f to your computer and use it in GitHub Desktop.
Save resistdesign/d491ff0632b33b169190e38b9382021f to your computer and use it in GitHub Desktop.
{
options: {
x: {
field: 'time',
label: 'Time',
step: 1,
start: 0,
end: 100
},
y: {
field: 'volume',
label: 'Volume',
step: 1,
start: 0,
end: 50
},
legend: {
field: 'team',
label: 'Teams'
}
},
value: [{volume: 14, time: 0923049324, team: 'The Guys'}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment