Blame view

mustache/app/data/pages/partials/index/stats2.json 384 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
  [
   {
    "color" : "green",
    "small" : true , "dark" : true,
    "progress" : "61",
    "content" : ["Task" , "Completion"]
   } ,
   {
    "color" : "blue",
    "small" : true , "dark" : true,
    "chart" : "3,4,2,3,4,4,2,2",
    "content" : ["Earnings" , "$32,000"]
   } ,
   {
    "color" : "grey",
    "small" : true , "dark" : true,
    "icon" : "fa fa-download",
    "content" : ["Downloads" , "1,205"]
   }
  ]