forked from adieyal/widgetlabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.json
40 lines (40 loc) · 1 KB
/
values.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
{
"percentage": { "value": "25%" },
"number": { "value": 47 },
"piechart": {
"ctx": { "colors": ["#F00", "#C00", "#900", "#600"]},
"data": [{ "label": "one", "value": 40 },
{ "value": 50 },
{ "label": "two", "value": 5 },
{ "label": "30.56%", "value": 30 }]
},
"rounded" : {
"data" : [
{"series" : "2005", "value" : 10},
{"series" : "2006", "value" : 11},
{"series" : "2007", "value" : 12},
{"series" : "2008", "value" : 13},
{"series" : "2009", "value" : 14},
{"series" : "2010", "value" : 15}
],
"width" : 400,
"height" : 400,
"line" : {
"type" : "const",
"const_val" : 5
},
"bar" : {
"width" : 55
}
},
"segmentpie" : {
"data" : [
{"value" : 45},
{"value" : 23},
{"value" : 18},
{"value" : 5}
],
"width" : 400,
"height" : 400
}
}