Skip to content

Instantly share code, notes, and snippets.

@MaximilianLloyd
Created October 24, 2016 14:11
Show Gist options
  • Save MaximilianLloyd/ceb106e3fccee4ea692a01d2ad6dc57a to your computer and use it in GitHub Desktop.
Save MaximilianLloyd/ceb106e3fccee4ea692a01d2ad6dc57a to your computer and use it in GitHub Desktop.
let data = [
{
x: 1,
y: 2,
},
{
x: 2,
y: 3,
},
{
x: 1,
y: 3,
},
{
x: 3,
y: 4,
},
{
x: 2,
y: 4,
},
{
x: 1,
y: 1
},
{
x: 8,
y: 7
},
{
x: 9,
y: 8
},
{
x: 7,
y: 9
},
{
x: 6,
y: 8,
},
{
x: 9,
y: 7,
},
{
x: 8,
y: 8,
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment