source: code/Website/data-files/y-axis-format-labels.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 908 bytes
RevLine 
[7849]1{
2
3 "y_legend":{
4 "text":"OFC",
5 "style":"{font-size: 12px; color:#736AFF;}"
6 },
7
8 "elements":[
9 {
10 "type": "area",
11 "colour": "#CC3399",
12 "fill": "#343399",
13 "fill-alpha": 0.5,
14 "text": "Page views",
15 "width": 3,
16 "font-size": 10,
17 "dot-size": 7,
18 "values" : [0,0.37,0.73,1.07,1.36,1.59,1.77,1.87,1.89,1.85,1.72,1.53,1.28,0.97,0.63,0.26,-0.11,-0.48,-0.84,-1.16,-1.43,-1.65,-1.80,-1.88,-1.89,-1.82,-1.67,-1.46,-1.19,-0.88]
19 }
20 ],
21
22
23 "y_axis":{
24 "stroke": 1,
25 "tick-length": 3,
26 "colour": "#d09090",
27 "grid-colour": "#00ff00",
28 "max": 40000,
29 "visible": true,
30 "steps": 10000
31 },
32
33 "num_decimals": 3,
34 "is_fixed_num_decimals_forced": true,
35 "is_decimal_separator_comma": true,
36 "is_thousand_separator_disabled": true
37
38}
Note: See TracBrowser for help on using the repository browser.