source: code/Website/data-files/y-axis-upside-down.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 801 bytes
Line 
1{
2 "elements": [
3 { "type": "line",
4 "width": 2,
5 "colour": "#195215",
6 "values": [
7 4, 7, 6, 7, 7, 19, 23, 19, 17, 14, 15, 12, 13, 17, 17, 10 ]
8},
9
10 {
11 "type": "line",
12 "width": 2,
13 "colour": "#8523171",
14 "values": [ 8, 5, 3, 4, 3, 10, 6, 4, 4, 5, 4, 3, 10, 9, 3, 8 ] },
15
16 {
17 "type": "line",
18 "width": 2,
19 "colour": "#8639811",
20 "values": [
21 9, 9, 18, 17, 17, 15, 12, 11, 8, 11, 11, 10, 8, 6, 5, 9 ] },
22 {
23 "type": "line_hollow",
24 "width": 2,
25 "colour": "#1972900",
26 "values": [ null, null, 21, 14, 12, 7, 4, 3, 2, 2, 8, 18, 15, 12, 14, 10 ] }
27
28 ],
29
30 "title": { "text": "Three lines example" },
31 "y_axis": { "min": 25, "max": 0, "steps": 5 },
32
33 "bg_colour": "#FFFFFF" }
Note: See TracBrowser for help on using the repository browser.