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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 934 bytes
Line 
1{
2
3 "elements":[
4 {
5 "type": "scatter",
6 "colour": "#FFB900",
7 "text": "Avg",
8 "font-size": 10,
9 "dot-style": {"type":"solid-dot"},
10 "values" : [
11 {"x":-5, "y":-5, "tip":"HELLO" },
12 {"x":0, "y":0, "colour":"#FF0000" },
13 {"x":5, "y":5, "dot-size":20, "on-click":"trace:moooo"},
14 {"x":5, "y":-5, "dot-size":5, "type":"hollow-dot"},
15 {"x":-5, "y":5, "dot-size":5},
16 {"x":0.5, "y":1, "dot-size":15}
17 ]
18 }
19
20 ],
21
22 "x_axis":{
23 "offset": false,
24 "min": -5,
25 "max": 5/*,"labels":["mon","tue","wed","thur","fri","sat","sun"]*/
26 },
27
28 "y_axis":{
29 "min": -5,
30 "max": 5
31 },
32
33 "y_legend":{
34 "text": "Time of day",
35 "style": "{font-size: 20px; color: #736AFF;}"
36 }
37}
38
39
40
Note: See TracBrowser for help on using the repository browser.