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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 950 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", "on-click":"trace:moooo"},
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:big dot"},
14 {"x":5, "y":-5, "dot-size":5},
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/*,
26 "labels":["mon","tue","wed","thur","fri","sat","sun"]*/
27 },
28
29 "y_axis":{
30 "min": -5,
31 "max": 5
32 },
33
34 "y_legend":{
35 "text": "Time of day",
36 "style": "{font-size: 20px; color: #736AFF;}"
37 }
38}
39
40
41
Note: See TracBrowser for help on using the repository browser.