Skip to content

Instantly share code, notes, and snippets.

@tnorthcutt
Created September 17, 2018 15:42
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 tnorthcutt/8dbcdb14fcdba5ce72e8d4dd3937366e to your computer and use it in GitHub Desktop.
Save tnorthcutt/8dbcdb14fcdba5ce72e8d4dd3937366e to your computer and use it in GitHub Desktop.
// Starting with
{
"2018-08-18":28,
"2018-08-17":33
}
// Desired end result
[{
x: 2018-08-18,
y: 28
},
{
x: 2018-08-17,
y: 33
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment