Skip to content

Instantly share code, notes, and snippets.

@beckyconning
Created September 24, 2019 00:31
Show Gist options
  • Save beckyconning/92da5f0358b4f2d4bbaf52d3a81e9a27 to your computer and use it in GitHub Desktop.
Save beckyconning/92da5f0358b4f2d4bbaf52d3a81e9a27 to your computer and use it in GitHub Desktop.
{ "columns":
[ { "field": "day_timestamp", "type": "property", "format": "timestamp", "unit": "day" }
, { "field": "sum_pageview_count", "type": "measure", "format": "number" }
]
, "data":
[ [ "2016-06-06T00:00:00-04:00", 19321 ]
, [ "2016-06-05T00:00:00-04:00", 5791 ]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment