source: code/Website/data-files/y-axis-rotate-labels.txt

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 1.1 KB
Line 
1{
2
3 "y_legend":{
4 "text":"OFC",
5 "style":"{font-size: 12px; color:#736AFF;}"
6 },
7
8 "elements":[
9 {
10 "type": "area",
11 "colour": "#CC3399",
12 "fill": "#343399",
13 "fill-alpha": 0.5,
14 "text": "Page views",
15 "width": 3,
16 "font-size": 10,
17 "dot-size": 7,
18 "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]
19 }
20 ],
21
22 "x_axis":{
23 "max":30,
24 "labels":{
25 "labels":["0.00","0.38","0.74","1.07","1.36","1.60","1.77","1.87","1.90","1.85","1.73","1.54",
26 "1.28","0.98","0.64","0.27","-0.11","-0.49","-0.84","-1.16","-1.44","-1.66","-1.81",
27 "-1.89","-1.89","-1.82","-1.68","-1.47","-1.20","-0.88"]
28 }
29 },
30
31 "y_axis":{
32 "stroke": 1,
33 "tick-length": 3,
34 "colour": "#d09090",
35 "grid-colour": "#00ff00",
36 "offset": 1,
37 "min": -4,
38 "max": 4,
39 "visible": true,
40 "steps": 1,
41 "rotate": "vertical"
42 }
43
44}
Note: See TracBrowser for help on using the repository browser.