-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
106 lines (106 loc) · 2.5 KB
/
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"main": [
{
"key": 1,
"logo": "icon-facebook.svg",
"userId": "@nathanf",
"number": 1987,
"updown": "icon-up.svg",
"update": 12,
"colorClass": "facebook"
},
{
"key": 2,
"logo": "icon-twitter.svg",
"userId": "@nathanf",
"number": 1044,
"updown": "icon-up.svg",
"update": 99,
"colorClass": "twitter"
},
{
"key": 3,
"logo": "icon-instagram.svg",
"userId": "@realnathanf",
"number": "11k",
"updown": "icon-up.svg",
"update": 1099,
"colorClass": "instagram"
},
{
"key": 4,
"logo": "icon-youtube.svg",
"userId": "Nathan F.",
"number": 8239,
"updown": "icon-down.svg",
"update": 144,
"colorClass": "youtube"
}
],
"overview": [
{
"key": 1,
"title": "Page Views",
"logo": "facebook",
"change": 87,
"rating": 3,
"color": "green"
},
{
"key": 2,
"title": "Likes",
"logo": "facebook",
"change": 52,
"rating": 2,
"color": "red"
},
{
"key": 3,
"title": "Likes",
"logo": "instagram",
"change": 5462,
"rating": 2257,
"color": "green"
},
{
"key": 4,
"title": "Profile Views",
"logo": "instagram",
"change": "52k",
"rating": 1375,
"color": "green"
},
{
"key": 5,
"title": "Retweets",
"logo": "twitter",
"change": 117,
"rating": 303,
"color": "green"
},
{
"key": 6,
"title": "Likes",
"logo": "twitter",
"change": 507,
"rating": 553,
"color": "green"
},
{
"key": 7,
"title": "Likes",
"logo": "youtube",
"change": 107,
"rating": 19,
"color": "red"
},
{
"key": 8,
"title": "Total Views",
"logo": "youtube",
"change": 1470,
"rating": 12,
"color": "red"
}
]
}