Skip to content

Instantly share code, notes, and snippets.

@Nimrod007
Last active November 28, 2015 11:23
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/ed7988c4e9cd002b339b to your computer and use it in GitHub Desktop.
Save Nimrod007/ed7988c4e9cd002b339b to your computer and use it in GitHub Desktop.
{
"loading": [
"blabla",
"blablalba"
],
"metrics": [
{
"id": 123,
"title": "some title",
"emojiValue": "someValue",
"color": "someHex",
"graphType": 1,
"explain": "some exaplanation"
},
{
"id": 90210,
"title": "another title",
"emojiValue": "someValue",
"color": "someHex",
"graphType": 3,
"explain": "some exaplanation"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment