-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathseriesConfig.json
More file actions
37 lines (37 loc) · 856 Bytes
/
seriesConfig.json
File metadata and controls
37 lines (37 loc) · 856 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
[
{
"marker": { "isFilled": true, "shape": "Circle", "visible": true },
"name": "Vietnam",
"width": 2,
"xName": "VietnamX",
"yName": "VietnamY"
},
{
"marker": { "isFilled": true, "shape": "Triangle", "visible": true },
"name": "Canada",
"width": 2,
"xName": "CanadaX",
"yName": "CanadaY"
},
{
"marker": { "isFilled": true, "shape": "Diamond", "visible": true },
"name": "Malaysia",
"width": 2,
"xName": "MalaysiaX",
"yName": "MalaysiaY"
},
{
"marker": { "isFilled": true, "shape": "Rectangle", "visible": true },
"name": "Egypt",
"width": 2,
"xName": "EgyptX",
"yName": "EgyptY"
},
{
"marker": { "isFilled": true, "shape": "Pentagon", "visible": true },
"name": "Indonesia",
"width": 2,
"xName": "IndonesiaX",
"yName": "IndonesiaY"
}
]