source: code/Website/data-files/x-axis-labels-angle-offset.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1.2 KB
Line 
1{
2 "title": {
3 "text": "Our New House Schedule"
4 },
5 "elements": [
6 {
7 "type": "hbar",
8 "colour": "#9933CC",
9 "text": "Page views",
10 "font-size": 10,
11 "values": [
12 {
13 "right": 4
14 },
15 {
16 "right": 4,
17 "left": 8
18 },
19 {
20 "right": 8,
21 "left": 11
22 }
23 ]
24 }
25 ],
26 "y_axis": {
27 "offset": 1,
28 "labels": [
29 "Make garden look sexy",
30 "Paint house",
31 "Move into house"
32 ]
33 },
34 "x_axis": {
35 "offset": true,
36 "labels": {
37 "align":"center",
38 "labels": [
39 {"text":"January 0","rotate":0},
40 {"text":"January 30","rotate":30},
41 {"text":"January 60","rotate":60},
42 {"text":"January 90","rotate":90},
43 {"text":"January 120","rotate":120},
44 {"text":"January 150","rotate":150},
45 {"text":"January 180","rotate":180},
46 {"text":"January 210","rotate":210},
47 {"text":"January 240","rotate":240},
48 {"text":"January 270","rotate":270},
49 {"text":"January 300","rotate":300},
50 {"text":"January 330","rotate":330},
51 {"text":"January 360","rotate":360}
52 ]
53 }
54 }
55}
Note: See TracBrowser for help on using the repository browser.