source: code/Website/data-files/area-1.txt

Last change on this file was 7849, checked in by dennisw, 16 years ago
File size: 852 bytes
Line 
1{
2 "title":{
3 "text":"Area Chart",
4 "style":"{font-size: 30px;}"
5 },
6
7 "y_legend":{
8 "text":"OFC",
9 "style":"{font-size: 12px; color:#736AFF;}"
10 },
11
12 "elements":[
13 {
14 "type": "area",
15 "colour": "#CC3399",
16 "fill": "#343399",
17 "fill-alpha": 0.5,
18 "text": "Page views",
19 "width": 3,
20 "font-size": 10,
21 "dot-style": {
22 "type":"anchor",
23 "sides":3,
24 "width":1,
25 "tip":"type = anchor\nsides = 3\nhollow" },
26 "values" : [
27 0,0.37,0.73,1.07,1.36,1.59,1.77,1.87,
28 1.89,1.85,1.72,1.53,1.28,0.97,0.63,
29 {"value" :0.26, "type":"star", "colour":"#FF0000", "dot-size":10},
30 -0.11,-0.48,-0.84,-1.16,-1.43,
31 -1.65,-1.80,-1.88,-1.89,-1.82,-1.67,-1.46,-1.19,-0.88]
32 }
33 ],
34
35 "y_axis":{
36 "min": -2,
37 "max": 2
38 }
39}
Note: See TracBrowser for help on using the repository browser.