source: code/Website/data-files/line-on-show.txt

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 1.3 KB
Line 
1{
2 "y_legend":{
3 "text": "Time of day",
4 "style": "{color: #736AFF;}"
5 },
6
7 "elements":[
8 {
9 "type": "line",
10 "colour": "#736AFF",
11 "text": "Avg. wave height (cm)",
12 "font-size": 10,
13 "width": 1,
14 "dot-style": {
15 "type":"solid-dot", "colour":"#a44a80", "dot-size": 3,
16 "tip":"#val#<br>#x_label#" },
17 "on-show": {"type": "shrink-in", "cascade":1, "delay":0.5},
18 "values" : [
19 1.5,1.69,1.88,2.06,2.21,2.34,2.43,
20 2.48,2.49,2.47,2.40,2.30,2.17,2.01,
21 1.83,1.64,1.44,1.24,1.05,0.88,0.74,
22 0.62,0.54,0.50,0.50,0.54,0.61,0.72,
23 0.86,1.03,1.22,1.41,1.61,1.81,1.99,
24 2.15,2.29,2.39,2.46,2.49,2.48,
25 {"value":2.44,"colour":"#FF0000","tip":"monkies"},
26 2.35,2.23,2.08]
27 }
28 ],
29
30 "x_axis":{
31 "labels": {
32 "rotate": "vertical",
33 "labels":["2:00am % £","2:10","2:20","2:30","2:40","2:50",
34 "3:00am","3:10","3:20","3:30","3:40","3:50",
35 "4:00am","4:10","4:20","4:30","4:40","4:50",
36 "5:00am","5:10","5:20","5:30","5:40","5:50",
37 "6:00am","6:10","6:20","6:30","6:40","6:50",
38 "7:00am","7:10","7:20","7:30","7:40","7:50",
39 "8:00am","8:10","8:20","8:30","8:40","8:50",
40 "9:00am","9:10","9:20"]
41 }
42 },
43
44 "y_axis":{
45 "max": 3
46 }
47
48}
Note: See TracBrowser for help on using the repository browser.