source: code/Website/data-files/bar-filled.txt

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