Skip to content

Instantly share code, notes, and snippets.

@Nimrod007
Created November 28, 2015 12:49
Show Gist options
  • Save Nimrod007/78b94f19ebf026d59d1e to your computer and use it in GitHub Desktop.
Save Nimrod007/78b94f19ebf026d59d1e to your computer and use it in GitHub Desktop.

Revisions

  1. Nimrod Lahav created this gist Nov 28, 2015.
    28 changes: 28 additions & 0 deletions metrics.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    [
    {
    "id": "someId",
    "xData": [
    "1",
    "2",
    "3"
    ],
    "yData": [
    "4",
    "2",
    "3"
    ]
    },
    {
    "id": "anotherId",
    "xData": [
    "1",
    "2",
    "3"
    ],
    "yData": [
    "4",
    "2",
    "3"
    ]
    }
    ]