-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.js
116 lines (115 loc) · 2 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
dvc = {
"deciles":[
{
"decile": "Bottom 10%",
"value": 988
},
{
"decile": "2nd",
"value": 1452
},
{
"decile": "3rd",
"value": 1933
},
{
"decile": "4th",
"value": 2461
},
{
"decile": "5th",
"value": 3068
},
{
"decile": "6th",
"value": 3783
},
{
"decile": "7th",
"value": 4554
},
{
"decile": "8th",
"value": 5616
},
{
"decile": "9th",
"value": 7510
},
],
"quickcategories": ["foodhotdrinks","rent","ooh","electricitygasfuels","petroldiesel","eatingout","childcare","holidays","clothes","trainfares","busfares"],
"time_period": "months",
"time_format": "%B %Y",
"cpih_time_format": "%Y %b",
"time_series_totalmnths": 60,
"prop_colour_palette": ["#206095", "#27A0CC", "#003C57", "#118C7B", "#A8BD3A"],
"prop_colour_palette_text": ["#206095", "#27A0CC", "#003C57", "#118C7B", "#8A9B2E"],
"lineColours":["#A8BD3A","#206095"],
"lineChartMargin": {
"sm": {
"top": 10,
"right": 20,
"bottom": 20,
"left": 40
},
"md": {
"top": 10,
"right": 20,
"bottom": 20,
"left": 40
},
"lg": {
"top": 10,
"right": 20,
"bottom": 20,
"left": 40
}
},
"propChartMargin": {
"sm": {
"top": 0,
"right": 20,
"bottom": 20,
"left": 10
},
"md": {
"top": 0,
"right": 20,
"bottom": 20,
"left": 10
},
"lg": {
"top": 10,
"right": 20,
"bottom": 20,
"left": 10
}
},
"barChartMargin": {
"sm": {
"top": 10,
"right": 100,
"bottom": 40,
"left": 120
},
"md": {
"top": 10,
"right": 120,
"bottom": 40,
"left": 150
},
"lg": {
"top": 10,
"right": 120,
"bottom": 40,
"left": 200
}
},
"mobileBreakpoint": 414,
"mediumBreakpoint": 600,
"x_num_ticks": {
"sm": 3,
"md": 5,
"lg": 5
}
};