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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 904 bytes
Line 
1{
2 "title":{
3 "text": "Sketch",
4 "style": "{font-size:35px; color: #567300}"
5 },
6
7 "elements":[
8 {
9 "type": "bar_sketch",
10 "colour": "#81AC00",
11 "outline-colour": "#567300",
12 "text": "Sketch",
13 "font-size": 10,
14 "offset": 7,
15 "values" : [
16 3,
17 8,
18 -5,
19 {"top":5,"outline-colour": "#7030A0", "tip": "outline"},
20 4,
21 {"top":5, "colour": "#99FF00", "tip": "colour"},
22 {"top":-3,"colour": "#99FF00", "outline-colour": "#7030A0", "tip": "colour + outline"},
23 2,
24 7.5]
25 }
26 ],
27
28 "x_axis":{
29 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
30 },
31
32 "y_axis":{
33 "min": -10,
34 "max": 10
35 },
36
37 "tooltip":{
38 "text": "My Tip<br>#top#,#bottom# = #val#"
39 }
40
41}
42
Note: See TracBrowser for help on using the repository browser.