source: code/Website/data-files/x-axis-big.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 875 bytes
Line 
1{
2 "elements":[
3 {
4 "type":"scatter",
5 "colour":"#FF0000",
6 "outline-colour":"#577261",
7 "dot-style": {
8 "type":"anchor", "sides":4,
9 "alpha":1, "hollow":true,
10 "background-colour":"#a44a80", "background-alpha": 0.4,
11 "width":1, "tip":"X: #x_label#" },
12 "values":[
13 {"x":0,"y":0},
14 {"x":20000,"y":0},
15 {"x":20000,"y":20000},
16 {"x":0,"y":20000}
17 ]
18 }
19 ],
20
21 "title":{
22 "text":"adsfasdfasdf"
23 },
24
25 "bg_colour":"#FFFFFF",
26
27 "x_axis":{
28 "grid-colour":"#FFFFFF",
29 "colour":"#000000",
30 "min":0,
31 "max":20000,
32 "steps":3000,
33 "labels": {
34 "_visible": true,
35 "_colour": "#f09090",
36 "steps": 3000,
37 "_size" : 15,
38 "_align": "right",
39 "rotate": 45,
40 "visible-steps": 3000
41 }
42 },
43
44 "y_axis":{
45 "grid-colour":"#FFFFFF",
46 "colour":"#000000",
47 "min":0,
48 "max":20000,
49 "steps":2500
50 }
51}
Note: See TracBrowser for help on using the repository browser.