source: code/Website/data-files/y-axis-fix-this-bug.txt

Last change on this file was 7849, checked in by dennisw, 16 years ago
File size: 689 bytes
Line 
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" : [1000,2000,5000,10000,20000,30000,39000]
19 }
20 ],
21
22
23 "y_axis":{
24 "max": 40000,
25 "steps": 10000,
26 "labels": {
27 "text": "£$#val#%"
28 }
29 },
30
31 "num_decimals": 3,
32 "is_fixed_num_decimals_forced": true,
33 "is_decimal_separator_comma": true,
34 "is_thousand_separator_disabled": true
35
36}
Note: See TracBrowser for help on using the repository browser.