Last active
July 3, 2019 04:13
-
-
Save rounakdatta/4ca72cbf10b5c9d7553764617df8d0c6 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
{ | |
"labels": [{ | |
"label": "Rosangela", | |
"x": -200, | |
"y": 200 | |
}, | |
{ | |
"label": "Fabiana", | |
"x": -100, | |
"y": 300 | |
}, | |
{ | |
"label": "Carlos", | |
"x": 1, | |
"y": 380 | |
}, | |
{ | |
"label": "Isabela", | |
"x": 100, | |
"y": 290 | |
}, | |
{ | |
"label": "Nathalia", | |
"x": 200, | |
"y": 400 | |
}, | |
{ | |
"label": "Maria", | |
"x": 300, | |
"y": 290 | |
}, | |
{ | |
"label": "Daniel", | |
"x": 350, | |
"y": 420 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment