source: code/Website/data-files/tooltip-clash.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 838 bytes
Line 
1{
2 "y_legend":{
3 "text": "Time of day",
4 "style": "{color: #736AFF;}"
5 },
6
7 "elements":[
8 {
9 "type": "line",
10 "colour": "#FF0000",
11 "width": 2,
12 "dot-size": 4,
13 "halo-size": 0,
14 "tip": "#val#<br>Red [#x_label#]",
15 "values" : [7,6,7,8,8]
16 },
17 {
18 "type": "line_hollow",
19 "colour": "#00FF00",
20 "width": 2,
21 "dot-size": 4,
22 "halo-size": 2,
23 "tip": "#val#<br>Green [#x_label#]",
24 "values" : [7,8,7,6,6]
25 },
26 {
27 "type": "line_dot",
28 "colour": "#0000FF",
29 "width": 2,
30 "dot-size": 4,
31 "halo-size": 2,
32 "tip": "#val#<br>Blue [#x_label#]",
33 "values" : [3,4,7,3,3]
34 }
35 ],
36
37
38 "y_axis":{
39 "max": 10
40 }
41
42}
Note: See TracBrowser for help on using the repository browser.