Created
September 24, 2019 00:31
-
-
Save beckyconning/fbbcbf9c5afa654c1c358a4587c5c3d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "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