Skip to content

Commit f0bcf1e

Browse files
dev: update to end of 24
1 parent 4bfedff commit f0bcf1e

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

api/en/annual-report.json5

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
'2020',
5858
'2021',
5959
'2022',
60+
'2023',
61+
'2024',
6062
'---',
6163
],
6264
annotations: {
@@ -131,19 +133,19 @@
131133
chartSeries: [
132134
{
133135
name: 'Project work',
134-
data: [13, 7, 12, 14, 18, 3, 1, 1, null],
136+
data: [13, 7, 12, 14, 18, 3, 1, 1, 1, 1, null],
135137
},
136138
{
137139
name: 'HTML5 Banners',
138-
data: [null, null, 4, 2, 3, 2, 1, 0, null],
140+
data: [null, null, 4, 2, 3, 2, 1, 0, 0, 0, null],
139141
},
140142
{
141143
name: 'Logotypes',
142-
data: [null, 0, 1, 3, 3, 1, 2, 2, null],
144+
data: [null, 0, 1, 3, 3, 1, 2, 2, 0, 0, null],
143145
},
144146
{
145147
name: 'Other works',
146-
data: [58, 96, 65, 74, 62, 8, 0, 0, null],
148+
data: [58, 96, 65, 74, 62, 8, 0, 0, 3, 1, null],
147149
},
148150
],
149151
}

api/en/cases/design/websites/des-site-options.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ chartOptions:
6868
- 2021
6969
- 2022
7070
- 2023
71+
- 2024
7172
- ---
7273
colors:
7374
- var(--info)
@@ -77,7 +78,7 @@ chartOptions:
7778
annotations:
7879
xaxis:
7980
- x: 2019
80-
x2: 2022
81+
x2: 2024
8182
opacity: 0.3
8283
label:
8384
borderColor: var(--info)
@@ -110,7 +111,8 @@ chartSeries:
110111
- 3
111112
- 2
112113
- 2
113-
- null
114+
- 1
115+
- 1
114116
- null
115117
- name: Small orders
116118
data:
@@ -123,3 +125,4 @@ chartSeries:
123125
- null
124126
- null
125127
- null
128+
- null

api/ru/annual-report.json5

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
'2020',
5858
'2021',
5959
'2022',
60+
'2023',
61+
'2024',
6062
'---',
6163
],
6264
annotations: {
@@ -131,19 +133,19 @@
131133
chartSeries: [
132134
{
133135
name: 'Проектная работа',
134-
data: [13, 7, 12, 14, 18, 3, 1, 1, null],
136+
data: [13, 7, 12, 14, 18, 3, 1, 1, 1, 1, null],
135137
},
136138
{
137139
name: 'HTML5 Баннеры',
138-
data: [null, null, 4, 2, 3, 2, 1, 0, null],
140+
data: [null, null, 4, 2, 3, 2, 1, 0, 0, 0, null],
139141
},
140142
{
141143
name: 'Логотипы',
142-
data: [null, 0, 1, 3, 3, 1, 2, 2, null],
144+
data: [null, 0, 1, 3, 3, 1, 2, 2, 0, 0, null],
143145
},
144146
{
145147
name: 'Прочие работы',
146-
data: [58, 96, 65, 74, 62, 8, 0, 0, null],
148+
data: [58, 96, 65, 74, 62, 8, 0, 0, 3, 1, null],
147149
},
148150
],
149151
}

api/ru/cases/design/websites/des-site-options.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ chartOptions:
6868
- 2021
6969
- 2022
7070
- 2023
71+
- 2024
7172
- ---
7273
colors:
7374
- var(--info)
@@ -77,7 +78,7 @@ chartOptions:
7778
annotations:
7879
xaxis:
7980
- x: 2019
80-
x2: 2022
81+
x2: 2024
8182
opacity: 0.3
8283
label:
8384
borderColor: var(--info)
@@ -110,7 +111,8 @@ chartSeries:
110111
- 3
111112
- 2
112113
- 2
113-
- null
114+
- 1
115+
- 1
114116
- null
115117
- name: Небольшие заказы
116118
data:
@@ -123,3 +125,4 @@ chartSeries:
123125
- null
124126
- null
125127
- null
128+
- null

0 commit comments

Comments
 (0)