Blame view

mustache/app/data/pages/partials/index/stats1.json 817 Bytes
5a739853   patrick.he   commit
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
  [
   {
    "color" : "green",
    "icon" : "fa fa-comments",
    "number" : "32",
    "content" : ["comments + 2 reviews"],
    "stat-success" : "8%"
   } ,
   {
    "color" : "blue",
    "icon" : "fa fa-twitter",
    "number" : "11",
    "content" : ["new followers"],
    "badge-success" : "+32%"
   } ,
   {
    "color" : "pink",
    "icon" : "fa fa-shopping-cart",
    "number" : "8",
    "content" : ["new orders"],
    "stat-important" : "4%"
   } ,
   {
    "color" : "red",
    "icon" : "fa fa-flask",
    "number" : "7",
    "content" : ["experiments"]
   } ,
   {
    "color" : "orange2",
    "chart" : "196,128,202,177,154,94,100,170,224",
    "number" : "6,251",
    "content" : ["pageviews"],
    "badge-success" : "7.2%"
   } ,
   {
    "color" : "blue2",
    "progress" : "42",
    "text" : "traffic used",
    "content" : ["<span class='bigger-110'>~</span> 58GB remaining"]
   }
  ]