source: code/Website/data-files/x-axis-labels-7.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 828 bytes
Line 
1{
2 "elements": [
3 {
4 "type": "line_dot",
5 "values": [ 9, 8, 7, 6, 5, 4, 3, 2, 1 ],
6 "tip": "#val# cccc<br>#x_label# cccc"
7 }
8 ],
9
10 "title": { "text": "X Axis Labels Complex Example" },
11
12 "x_axis": {
13 "stroke": 1,
14 "colour": "#428C3E",
15 "tick-height": 5,
16 "grid-colour": "#86BF83",
17 "steps": 1,
18 "labels": {
19 "steps": 2,
20 "rotate": "vertical",
21 "colour": "#ff0000",
22 "size": 16,
23 "labels": [
24 "one",
25 "two",
26 "three",
27 "four",
28 "five",
29 { "text": "six", "colour": "#0000FF", "size": 30, "rotate": 90 },
30 { "text": "seven", "colour": "#0000FF", "size": 30, "rotate": 180 },
31 { "text": "eight", "colour": "#8C773E", "size": 16, "rotate": 35, "visible": true },
32 { "text": "nine", "colour": "#2683CF", "size": 16, "rotate": 0 }
33 ]
34 }
35 }
36}
Note: See TracBrowser for help on using the repository browser.