source: code/Website/data-files/y-axis-offset-tiny-numbers.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 728 bytes
Line 
1{
2 "title":{
3 "text":"Area Chart",
4 "style":"{font-size: 30px;}"
5 },
6
7 "y_legend":{
8 "text":"OFC",
9 "style":"{font-size: 12px; color:#736AFF;}"
10 },
11
12 "elements":[
13 {
14 "type": "area",
15 "colour": "#CC3399",
16 "fill": "#343399",
17 "fill-alpha": 0.8,
18 "text": "Page views",
19 "width": 3,
20 "font-size": 10,
21 "dot-size": 7,
22 "values" : [2.1,2.2]
23 }
24 ],
25
26 "y_axis":{
27 "stroke": 4,
28 "tick-length": 10,
29 "colour": "#000000",
30 "grid-colour": "#d0d0d0",
31 "offset": true,
32 "min": 2,
33 "max": 3,
34 "visible": true,
35 "steps": 0.1
36 }
37
38}
Note: See TracBrowser for help on using the repository browser.