Skip to content

Commit

Permalink
dev: update to end of 24
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejsharapov committed Oct 16, 2024
1 parent 4bfedff commit f0bcf1e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
10 changes: 6 additions & 4 deletions api/en/annual-report.json5
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
'2020',
'2021',
'2022',
'2023',
'2024',
'---',
],
annotations: {
Expand Down Expand Up @@ -131,19 +133,19 @@
chartSeries: [
{
name: 'Project work',
data: [13, 7, 12, 14, 18, 3, 1, 1, null],
data: [13, 7, 12, 14, 18, 3, 1, 1, 1, 1, null],
},
{
name: 'HTML5 Banners',
data: [null, null, 4, 2, 3, 2, 1, 0, null],
data: [null, null, 4, 2, 3, 2, 1, 0, 0, 0, null],
},
{
name: 'Logotypes',
data: [null, 0, 1, 3, 3, 1, 2, 2, null],
data: [null, 0, 1, 3, 3, 1, 2, 2, 0, 0, null],
},
{
name: 'Other works',
data: [58, 96, 65, 74, 62, 8, 0, 0, null],
data: [58, 96, 65, 74, 62, 8, 0, 0, 3, 1, null],
},
],
}
7 changes: 5 additions & 2 deletions api/en/cases/design/websites/des-site-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ chartOptions:
- 2021
- 2022
- 2023
- 2024
- ---
colors:
- var(--info)
Expand All @@ -77,7 +78,7 @@ chartOptions:
annotations:
xaxis:
- x: 2019
x2: 2022
x2: 2024
opacity: 0.3
label:
borderColor: var(--info)
Expand Down Expand Up @@ -110,7 +111,8 @@ chartSeries:
- 3
- 2
- 2
- null
- 1
- 1
- null
- name: Small orders
data:
Expand All @@ -123,3 +125,4 @@ chartSeries:
- null
- null
- null
- null
10 changes: 6 additions & 4 deletions api/ru/annual-report.json5
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
'2020',
'2021',
'2022',
'2023',
'2024',
'---',
],
annotations: {
Expand Down Expand Up @@ -131,19 +133,19 @@
chartSeries: [
{
name: 'Проектная работа',
data: [13, 7, 12, 14, 18, 3, 1, 1, null],
data: [13, 7, 12, 14, 18, 3, 1, 1, 1, 1, null],
},
{
name: 'HTML5 Баннеры',
data: [null, null, 4, 2, 3, 2, 1, 0, null],
data: [null, null, 4, 2, 3, 2, 1, 0, 0, 0, null],
},
{
name: 'Логотипы',
data: [null, 0, 1, 3, 3, 1, 2, 2, null],
data: [null, 0, 1, 3, 3, 1, 2, 2, 0, 0, null],
},
{
name: 'Прочие работы',
data: [58, 96, 65, 74, 62, 8, 0, 0, null],
data: [58, 96, 65, 74, 62, 8, 0, 0, 3, 1, null],
},
],
}
7 changes: 5 additions & 2 deletions api/ru/cases/design/websites/des-site-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ chartOptions:
- 2021
- 2022
- 2023
- 2024
- ---
colors:
- var(--info)
Expand All @@ -77,7 +78,7 @@ chartOptions:
annotations:
xaxis:
- x: 2019
x2: 2022
x2: 2024
opacity: 0.3
label:
borderColor: var(--info)
Expand Down Expand Up @@ -110,7 +111,8 @@ chartSeries:
- 3
- 2
- 2
- null
- 1
- 1
- null
- name: Небольшие заказы
data:
Expand All @@ -123,3 +125,4 @@ chartSeries:
- null
- null
- null
- null

0 comments on commit f0bcf1e

Please sign in to comment.