aboutsummaryrefslogtreecommitdiff
path: root/app/data.json
blob: f2fd332161f6339ca5d99affa61767c12292d88b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
	"points": [
		{
			"x": 10,
			"y": 20,
                        "label":"offspring"
		},
		{
			"x": 30,
			"y": 30,
                        "label":"gunther"
		},
		{
			"x": 50,
			"y": 25,
                        "label":"gunther"
		},
		{
			"x": 60,
			"y": 200,
                        "label":"offspring"
		},
		{
			"x": 90,
			"y": 230
		},
		{
			"x": 400,
			"y": 300
		},
		{
			"x": 100,
			"y": 220
		},
		{
			"x": 200,
			"y": 20
		},
		{
			"x": 150,
			"y": 450
		},
		{
			"x": 70,
			"y": 80
		},
		{
			"x": 400,
			"y": 80
		}
		{
			"x": 420,
			"y": 40
		}
		{
			"x": 390,
			"y": 65
		}
		{
			"x": 440,
			"y": 120
		}
	]
}