forked from christabor/flask_jsondash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcytoscape.json
81 lines (81 loc) · 2.48 KB
/
cytoscape.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"username": "anonymous",
"layout": "grid",
"category": "Graphs",
"name": "Cytoscape core layouts examples",
"modules": [
{
"name": "Grid",
"family": "Cytoscape",
"refresh": false,
"height": 500,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/cytoscape?name=grid",
"override": false,
"refreshInterval": null,
"guid": "e5b750b3-3375-c04a-2307-920f4b8fc173",
"type": "cytoscape",
"order": 3,
"row": 1
},
{
"name": "Compound nodes",
"family": "Cytoscape",
"refresh": false,
"height": 500,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/cytoscape?name=compound",
"override": false,
"refreshInterval": null,
"guid": "63802c53-37c5-b2af-ac88-8a5e5b2ff5e4",
"type": "cytoscape",
"order": 1,
"row": 1
},
{
"name": "Grid of labels",
"family": "Cytoscape",
"refresh": false,
"height": 620,
"width": "col-6",
"dataSource": "http://127.0.0.1:5004/cytoscape?name=labels",
"override": false,
"refreshInterval": null,
"guid": "94820093-c2e8-a0c9-83b8-788e1d254a82",
"type": "cytoscape",
"order": 0,
"row": 2
},
{
"name": "Basic",
"family": "Cytoscape",
"refresh": false,
"height": 500,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/cytoscape?name=basic",
"override": false,
"refreshInterval": null,
"guid": "7a86178e-90ae-e3e9-74de-19786d12afca",
"type": "cytoscape",
"order": 2,
"row": 1
},
{
"name": "Circle",
"family": "Cytoscape",
"refresh": false,
"height": 620,
"width": "col-6",
"dataSource": "http://127.0.0.1:5004/cytoscape?name=circle",
"override": false,
"refreshInterval": null,
"guid": "6871916a-561c-cafb-13e9-a9ff9daf1cc9",
"type": "cytoscape",
"order": 1,
"row": 2
}
],
"created_by": "global",
"date": "2017-05-14 15:23:08.304219",
"id": "55aab6f3-38e7-11e7-96fb-a0999b0aebbf"
}