source: code/Website/data-files/horizontal-bar-chart-3.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 764 bytes
RevLine 
[7849]1{
2
3 "title_":{
4 "text":"Tooltip Hover",
5 "style":"{font-size: 20px; font-family: Verdana; text-align: center;}"
6 },
7
8 "elements":[
9 {
10 "type": "hbar",
11 "tip": "#val#<br>L:#left#, R:#right#",
12 "colour": "#9933CC",
13 "text": "Page views",
14 "font-size": 10,
15 "values" : [{"right":10},{"right":15},{"left":5,"right":15}]
16 }
17 ],
18 "x_axis":{
19 "min": 0,
20 "max": 20,
21 "offset": false,
22 "labels": {
23 "labels": ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v"]
24 }
25 },
26 "y_axis":{
27 "offset": true,
28 "labels": ["slashdot.org","digg.com","reddit.com"]
29
30 },
31
32 "tooltip":{
33 "mouse": 1
34 }
35}
Note: See TracBrowser for help on using the repository browser.