Skip to content

Instantly share code, notes, and snippets.

@Nimrod007
Created November 28, 2015 12:49
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 Nimrod007/78b94f19ebf026d59d1e to your computer and use it in GitHub Desktop.
Save Nimrod007/78b94f19ebf026d59d1e to your computer and use it in GitHub Desktop.
[
{
"id": "someId",
"xData": [
"1",
"2",
"3"
],
"yData": [
"4",
"2",
"3"
]
},
{
"id": "anotherId",
"xData": [
"1",
"2",
"3"
],
"yData": [
"4",
"2",
"3"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment