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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 364 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":"star", "dot-size": 6, "tip":"#val#<br>#x_label#" },
11
12 "values" : [3,0,-3]
13 }
14 ],
15
16 "y_axis":{
17 "min": -5,
18 "max": 5
19 }
20
21}
Note: See TracBrowser for help on using the repository browser.