source: code/Website/data-files/y-axis-auto-steps.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 769 bytes
RevLine 
[7849]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.5,
18 "text": "Page views",
19 "width": 3,
20 "font-size": 10,
21 "dot-size": 7,
22 "values" : [0,30000,40000,50000]
23 }
24 ],
25
26 "y_axis":{
27 "stroke": 1,
28 "tick-length": 10,
29 "colour": "#202020",
30 "grid-colour": "#00ff00",
31 "grid-visible": false,
32 "offset": false,
33 "visible": true,
34 "labels": {
35 "text": "left #val#",
36 "colour": "#DD30DD",
37 "size": 12
38 }
39 }
40
41}
Note: See TracBrowser for help on using the repository browser.