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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 781 bytes
Line 
1{
2
3 "title":{
4 "text":"Custom tooltip",
5 "style":"{font-size: 20px; font-family: Verdana; text-align: center;}"
6 },
7
8 "elements":[
9 {
10 "type": "bar",
11 "colour": "#9933CC",
12 "text": "Page views",
13 "font-size": 10,
14 "values" : [9,6,7,9,5,7,6,9,9],
15 "tip": "!!!<br>#val#<br>#x_label#"
16 }
17 ],
18 "x_axis":{
19 "labels":{
20 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
21 }
22 },
23 "y_axis":{
24 "max":20
25 },
26 "tooltip":{
27 "shadow":false,
28 "stroke":5,
29 "colour":"#00d000",
30 "background":"#d0d0ff",
31 "title":"{font-size: 14px; color: #905050;}",
32 "body":"{font-size: 10px; font-weight: bold; color: #9090ff;}"
33 }
34}
Note: See TracBrowser for help on using the repository browser.