-
Notifications
You must be signed in to change notification settings - Fork 302
/
sigma.json
53 lines (53 loc) · 1.65 KB
/
sigma.json
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
{
"username": "anonymous",
"layout": "grid",
"category": "Graphs",
"name": "SigmaJS examples",
"modules": [
{
"name": "Grid",
"family": "SigmaJS",
"refresh": false,
"height": 600,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/sigma?name=basic",
"override": false,
"refreshInterval": null,
"guid": "e5b750b3-3375-c04a-2307-920f4b8fc173",
"type": "sigma",
"order": 0,
"row": 1
},
{
"name": "Grid - randomized with colors, sizes, and nodes",
"family": "SigmaJS",
"refresh": false,
"height": 600,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/sigma?name=random",
"override": false,
"refreshInterval": null,
"guid": "ea07c8fa-f5ee-4813-b3ff-43d20a1d9dc0",
"type": "sigma",
"order": 1,
"row": 1
},
{
"name": "Grid - randomized, complex",
"family": "SigmaJS",
"refresh": false,
"height": 600,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/sigma?name=random&nodes=abcdefghijklmnopqrstuvwxyz0123456789",
"override": false,
"refreshInterval": null,
"guid": "849c970d-4095-461a-96b4-d7c9fda13645",
"type": "sigma",
"order": 2,
"row": 1
}
],
"created_by": "global",
"date": "2017-05-14 15:23:08.304219",
"id": "55aab6f3-38e7-11e7-96fb-a0999b0aebbasdc"
}