source: code/Website/data-files/line-anchor.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 483 bytes
Line 
1{
2 "elements":[
3 {
4 "type": "line",
5 "colour": "#736AFF",
6 "text": "Avg. wave height (cm)",
7 "font-size": 10,
8 "width": 1,
9 "dot-style": {
10 "type":"anchor", "sides":4,
11 "alpha":1, "hollow":true,
12 "background-colour":"#a44a80", "background-alpha": 0.4,
13 "width":1, "tip":"type = anchor<br>sides = 4<br>hollow" },
14
15 "values" : [3,0,-3]
16 }
17 ],
18
19 "y_axis":{
20 "min": -5,
21 "max": 5
22 }
23
24}
Note: See TracBrowser for help on using the repository browser.