source:
code/Website/data-files/y-axis-no-title-offset.txt@
7878
Last change on this file since 7878 was 7849, checked in by , 15 years ago | |
---|---|
File size: 720 bytes |
Rev | Line | |
---|---|---|
[7849] | 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 | "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] | |
16 | } | |
17 | ], | |
18 | ||
19 | "y_axis":{ | |
20 | "stroke": 1, | |
21 | "tick-length": 3, | |
22 | "colour": "#d09090", | |
23 | "grid-colour": "#00ff00", | |
24 | "offset": true, | |
25 | "min": -4, | |
26 | "max": 4, | |
27 | "visible": true, | |
28 | "steps": 1 | |
29 | } | |
30 | ||
31 | } |
Note:
See TracBrowser
for help on using the repository browser.