-
Notifications
You must be signed in to change notification settings - Fork 302
/
Copy pathshared-data.json
80 lines (80 loc) · 2.34 KB
/
shared-data.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
{
"username": "ctabor",
"layout": "grid",
"category": "Performance & Tricks",
"name": "Shared data demo",
"modules": [
{
"name": "Pie graph",
"family": "C3",
"type": "pie",
"override": false,
"row": 1,
"height": 500,
"width": "col-4",
"dataSource": "http://127.0.0.1:5004/shared",
"guid": "cc570d99-8eec-42d5-b730-d7a1fc1212e9",
"key": "pie"
},
{
"name": "Bar graph",
"family": "C3",
"type": "line",
"override": false,
"row": 1,
"height": 500,
"width": "col-4",
"guid": "cc570d99-8eec-42d5-b730-d7a1fc1212e1",
"dataSource": "http://127.0.0.1:5004/shared",
"key": "bar"
},
{
"name": "Line graph",
"family": "C3",
"type": "line",
"override": false,
"row": 1,
"height": 500,
"width": "col-4",
"guid": "cc570d99-8eec-42d5-b730-d7a1fc1212e3",
"dataSource": "http://127.0.0.1:5004/shared",
"key": "line"
},
{
"name": "Pie graph - not shared",
"family": "C3",
"type": "pie",
"override": false,
"row": 1,
"height": 500,
"width": "col-4",
"guid": "cc570d99-8eec-42d5-b730-d7a1fc1212c9",
"dataSource": "http://127.0.0.1:5004/pie"
},
{
"name": "Bar graph - not shared",
"family": "C3",
"type": "line",
"override": false,
"row": 1,
"height": 500,
"width": "col-4",
"guid": "cc570d99-8eec-42d5-b730-d7a1fc1212c1",
"dataSource": "http://127.0.0.1:5004/bar"
},
{
"name": "Line graph - not shared",
"family": "C3",
"type": "line",
"override": false,
"row": 1,
"height": 500,
"width": "col-4",
"guid": "cc570d99-8eec-42d5-b730-d7a1fc1212c3",
"dataSource": "http://127.0.0.1:5004/line"
}
],
"created_by": "global",
"date": "2017-07-19 10:23:12.689738",
"id": "f14e3c78-6ca6-11e7-9ac9-a0999b0aebbf"
}