source: code/Website/data-files/bar-all-onclick.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 2.8 KB
Line 
1{
2 "title":{
3 "text": "Many data lines",
4 "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
5 },
6
7 "elements":[
8 {
9 "type": "bar",
10 "colour": "#9933CC",
11 "on-click": "trace:http://example.com",
12 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
13 },
14 {
15 "type": "bar_sketch",
16 "colour": "#9933CC",
17 "on-click": "trace:http://example.com",
18 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
19 },
20 {
21 "type": "bar_glass",
22 "colour": "#9933CC",
23 "on-click": "trace:http://example.com",
24 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
25 },
26 {
27 "type": "bar_3d",
28 "colour": "#9933CC",
29 "on-click": "trace:http://example.com",
30 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
31 },
32 {
33 "type": "bar_filled",
34 "colour": "#9933CC",
35 "on-click": "trace:http://example.com",
36 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
37 },
38 {
39 "type": "bar_cylinder",
40 "colour": "#9933CC",
41 "on-click": "trace:http://example.com",
42 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
43 },
44 {
45 "type": "bar_cylinder_outline",
46 "colour": "#3030FF",
47 "on-click": "trace:http://example.com",
48 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
49 },
50 {
51 "type": "bar_round_glass",
52 "colour": "#CC0000",
53 "on-click": "trace:http://example.com",
54 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
55 },
56 {
57 "type": "bar_round",
58 "colour": "#CC0000",
59 "on-click": "trace:http://example.com",
60 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
61 },
62 {
63 "type": "bar_dome",
64 "colour": "#CCCC00",
65 "on-click": "trace:http://example.com",
66 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
67 },
68 {
69 "type": "bar_plastic",
70 "colour": "#CCCC00",
71 "on-click": "trace:http://example.com",
72 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
73 },
74 {
75 "type": "bar_plastic_flat",
76 "colour": "#CCCC00",
77 "on-click": "trace:http://example.com",
78 "values" : [{"top":7, "on-click": "trace:http://google.com"},0,-7]
79 }
80 ],
81
82 "y_axis":{
83 "tick_length": 3,
84 "colour": "#d000d0",
85 "grid_colour": "#00ff00",
86 "offset": 0,
87 "min": -10,
88 "max": 10
89 }
90}
91
Note: See TracBrowser for help on using the repository browser.