source: code/Website/data-files/stack-bar-tooltip-hover.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 1.0 KB
Line 
1{
2
3 "title":{
4 "text":"Test stacked bar charts",
5 "style":"{font-size:16px;}"
6 },
7
8 "elements":[
9 {
10 "type": "bar_stack",
11 "keys": [
12 {"colour":"#FFB900", "text": "Key 1", "font-size": 10},
13 {"colour":"#FFB9F0", "text": "Key 2", "font-size": 16}
14 ],
15 "tip": "#total#<br>(bar total)",
16 "values": [
17 [2.5,{"val":5}],
18 [{"val":2.5},{"val":5},{"val":2.5}],
19 null,
20 [{"val":5},{"val":5},{"val":2},{"val":2},{"val":2,"colour":"#ff00ff","tip":"hello"},{"val":2},{"val":2}]
21 ]
22 },
23 {
24 "type": "bar",
25 "colour": "#9933CC",
26 "text": "Bar",
27 "font-size": 10,
28 "values" : [9,6,7,9]
29 }
30 ],
31
32 "x_axis":{
33 "max":4,
34 "steps": 1,
35 "labels": {
36 "labels": ["January","February","March","April"]
37 },
38 "stroke": 12,
39 "tick-height": 6
40 },
41
42 "y_axis":{
43 "max": 20
44 },
45
46 "tooltip":{
47 "mouse": 2,
48 "stroke":1
49 }
50}
Note: See TracBrowser for help on using the repository browser.