-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements.json
More file actions
71 lines (69 loc) · 1021 Bytes
/
elements.json
File metadata and controls
71 lines (69 loc) · 1021 Bytes
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
65
66
67
68
69
70
71
{
"alt": {
"x": 45,
"y": 10,
"font_size": 30,
"font_id": 2
},
"gl": {
"x": 150,
"y": 10,
"font_size": 30,
"font_id": 1,
"color": "green"
},
"totalSpeed": {
"x": 70,
"y": 60,
"font_size": 50,
"font_id": 1,
"color": "#cf2b86"
},
"hspeed": {
"x": 70,
"y": 110,
"font_size": 50,
"font_id": 2
},
"vspeed": {
"x": 70,
"y": 160,
"font_size": 50,
"font_id": 2
},
"labels": {
"Alt": {
"x": 20,
"y": 23,
"font_size": 15,
"font_id": 2
},
"GL": {
"x": 130,
"y": 23,
"font_size": 15,
"font_id": 2,
"color": "green"
},
"Vtotal": {
"x": 20,
"y": 90,
"font_size": 15,
"font_id": 2,
"color": "#cf2b86"
},
"Vh": {
"x": 20,
"y": 140,
"font_size": 15,
"font_id": 2
},
"Vd": {
"x": 20,
"y": 190,
"font_size": 15,
"font_id": 2,
"color": "green"
}
}
}