source: code/Website/data-files/y-axis.txt@ 7937

Last change on this file since 7937 was 7849, checked in by dennisw, 15 years ago
File size: 880 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-size": 7,
22 "values" : [0,0.37,0.73,1.07,1.36,1.59,1.77,1.87,1.89,1.85,1.72,1.53,1.28,0.97,0.63,0.26,-0.11,-0.48,-0.84,-1.16,-1.43,-1.65,-1.80,-1.88,-1.89,-1.82,-1.67,-1.46,-1.19,-0.88]
23 }
24 ],
25
26 "y_axis":{
27 "stroke": 4,
28 "tick-length": 10,
29 "colour": "#d09090",
30 "grid-colour": "#00ff00",
31 "offset": false,
32 "min": -4,
33 "max": 4,
34 "visible": true,
35 "steps": 2
36 }
37
38}
Note: See TracBrowser for help on using the repository browser.