source: code/Website/data-files/y-axis-no-title-no-offset-right.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 803 bytes
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 "width": 3,
15 "dot-size": 7,
16 "axis": "right",
17 "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]
18 }
19 ],
20"y_axis_right":{
21 "stroke": 1,
22 "tick-length": 3,
23 "colour": "#d09090",
24 "grid-colour": "#00ff00",
25 "offset": false,
26 "min": -4,
27 "max": 4,
28 "visible": true,
29 "steps": 1
30 },
31
32 "y_axis":{
33 "visible": false
34 }
35
36}
Note: See TracBrowser for help on using the repository browser.