Skip to content

Commit 714cbaf

Browse files
committed
Add 2 poems
1 parent e5ba5c4 commit 714cbaf

27 files changed

+145
-58
lines changed

content/common/poem_count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1330
1+
1332

content/fr/charts/general/categories-pie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { addPieChart } from '../add-chart.js'
88
{ label: 'Aube', value: 40, color: 'rgba(255, 203, 96, 1)' },
99
{ label: 'Lune', value: 37, color: 'rgba(253, 241, 184, 1)' },
1010
{ label: 'Ville', value: 25, color: 'rgba(152, 151, 88, 1)' },
11-
{ label: 'Crépuscule', value: 60, color: 'rgba(179, 103, 0, 1)' },
11+
{ label: 'Crépuscule', value: 62, color: 'rgba(179, 103, 0, 1)' },
1212
{ label: 'Nuit', value: 36, color: 'rgba(47, 27, 12, 1)' },
1313
{ label: 'Enfance et adolescence', value: 50, color: 'rgba(247, 235, 253, 1)' },
1414
{ label: 'Espoir', value: 73, color: 'rgba(234, 191, 250, 1)' },

content/fr/charts/general/category-metric.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ import { addBubbleChart } from '../add-chart.js'
274274
{ x: 18, y: 6, r: 8, color: 'rgba(119, 181, 254, 1)' },
275275
{ x: 18, y: 12, r: 4.8, color: 'rgba(119, 181, 254, 1)' },
276276
{ x: 4, y: 4, r: 4.4, color: 'rgba(119, 181, 254, 1)' },
277-
{ x: 9, y: 4, r: 4.8, color: 'rgba(119, 181, 254, 1)' },
278-
{ x: 9, y: 8, r: 4.4, color: 'rgba(119, 181, 254, 1)' },
277+
{ x: 9, y: 4, r: 5.2, color: 'rgba(119, 181, 254, 1)' },
278+
{ x: 9, y: 8, r: 4.8, color: 'rgba(119, 181, 254, 1)' },
279279
{ x: 9, y: 6, r: 6.8, color: 'rgba(119, 181, 254, 1)' },
280280
{ x: 6, y: 4, r: 5.6, color: 'rgba(119, 181, 254, 1)' },
281281
{ x: 15, y: 8, r: 9.2, color: 'rgba(119, 181, 254, 1)' },

content/fr/charts/general/poem-dayofweek-pie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: 'Lundi', value: 190, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
4+
{ label: 'Lundi', value: 191, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
55
{ label: 'Mardi', value: 180, color: 'rgba(72, 149, 239, 0.4)' },
66
{ label: 'Mercredi', value: 193, color: 'rgba(72, 149, 239, 0.5)' },
77
{ label: 'Jeudi', value: 145, color: 'rgba(72, 149, 239, 0.6000000000000001)' },
8-
{ label: 'Vendredi', value: 175, color: 'rgba(72, 149, 239, 0.7)' },
8+
{ label: 'Vendredi', value: 176, color: 'rgba(72, 149, 239, 0.7)' },
99
{ label: 'Samedi', value: 213, color: 'rgba(72, 149, 239, 0.8)' },
1010
{ label: 'Dimanche', value: 246, color: 'rgba(72, 149, 239, 0.9000000000000001)' },
1111
];

content/fr/charts/general/poem-intensity-pie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: '1 poème', value: 832, color: 'rgba(72, 149, 239, 0.5)' },
4+
{ label: '1 poème', value: 834, color: 'rgba(72, 149, 239, 0.5)' },
55
{ label: '2 poèmes', value: 177, color: 'rgba(72, 149, 239, 0.6)' },
66
{ label: '3 poèmes', value: 34, color: 'rgba(72, 149, 239, 0.7)' },
77
{ label: '4 poèmes', value: 7, color: 'rgba(72, 149, 239, 0.8)' },

content/fr/charts/general/poem-interval-bar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
44
{ label: 'Moins d\'un jour', value: 287, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: 'Un jour', value: 458, color: 'rgba(72, 149, 239, 0.9)' },
5+
{ label: 'Un jour', value: 459, color: 'rgba(72, 149, 239, 0.9)' },
66
{ label: '2j', value: 183, color: 'rgba(72, 149, 239, 0.7)' },
77
{ label: '3j', value: 119, color: 'rgba(72, 149, 239, 0.7)' },
8-
{ label: '4j', value: 77, color: 'rgba(72, 149, 239, 0.7)' },
8+
{ label: '4j', value: 78, color: 'rgba(72, 149, 239, 0.7)' },
99
{ label: '5j', value: 54, color: 'rgba(72, 149, 239, 0.7)' },
1010
{ label: '6j', value: 25, color: 'rgba(72, 149, 239, 0.7)' },
1111
{ label: '7j', value: 22, color: 'rgba(72, 149, 239, 0.7)' },

content/fr/charts/general/poem-length-by-verse-length.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { addBubbleChart } from '../add-chart.js'
3939
{ x: 7, y: 14, r: 2.3645320197044334975369458128, color: 'rgba(121, 248, 248, 1)' },
4040
{ x: 8, y: 18, r: 4.1379310344827586206896551724, color: 'rgba(121, 248, 248, 1)' },
4141
{ x: 12, y: 6, r: 7.6847290640394088669950738916, color: 'rgba(121, 248, 248, 1)' },
42-
{ x: 4, y: 12, r: 17.733990147783251231527093596, color: 'rgba(121, 248, 248, 1)' },
42+
{ x: 4, y: 12, r: 18.325123152709359605911330049, color: 'rgba(121, 248, 248, 1)' },
4343
{ x: 7, y: 10, r: 2.9556650246305418719211822660, color: 'rgba(121, 248, 248, 1)' },
4444
{ x: 7, y: 8, r: 6.5024630541871921182266009852, color: 'rgba(121, 248, 248, 1)' },
4545
{ x: 6, y: 18, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
@@ -95,7 +95,7 @@ import { addBubbleChart } from '../add-chart.js'
9595
{ x: 12, y: 12, r: 29.852216748768472906403940886, color: 'rgba(119, 181, 254, 1)' },
9696
{ x: 8, y: 16, r: 25.418719211822660098522167488, color: 'rgba(119, 181, 254, 1)' },
9797
{ x: 6, y: 16, r: 28.965517241379310344827586206, color: 'rgba(119, 181, 254, 1)' },
98-
{ x: 8, y: 8, r: 14.482758620689655172413793103, color: 'rgba(119, 181, 254, 1)' },
98+
{ x: 8, y: 8, r: 14.778325123152709359605911330, color: 'rgba(119, 181, 254, 1)' },
9999
],
100100
[
101101
{ x: 6, y: 12, r: 27.931034482758620689655172414, color: 'rgba(0, 127, 255, 1)' },

content/fr/charts/general/poem-series-bar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: '2j', value: 113, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: '3j', value: 39, color: 'rgba(72, 149, 239, 1)' },
4+
{ label: '2j', value: 112, color: 'rgba(72, 149, 239, 1)' },
5+
{ label: '3j', value: 40, color: 'rgba(72, 149, 239, 1)' },
66
{ label: '4j', value: 18, color: 'rgba(72, 149, 239, 1)' },
77
{ label: '5j', value: 8, color: 'rgba(72, 149, 239, 1)' },
88
{ label: '6j', value: 7, color: 'rgba(72, 149, 239, 1)' },

content/fr/charts/general/poems-day-radar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ import { addRadarChart } from '../add-chart.js'
182182
{ label: '', value: 3 },
183183
{ label: '', value: 7 },
184184
{ label: '', value: 5 },
185-
{ label: '', value: 5 },
185+
{ label: '', value: 6 },
186186
{ label: 'Juillet', value: 3 },
187187
{ label: '', value: 6 },
188188
{ label: '', value: 3 },
189-
{ label: '', value: 4 },
189+
{ label: '', value: 5 },
190190
{ label: '', value: 4 },
191191
{ label: '', value: 3 },
192192
{ label: '', value: 6 },

content/fr/charts/general/poems-length-pie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { addPieChart } from '../add-chart.js'
44
{ label: '3', value: 1, color: 'rgb(255, 255, 255)' },
55
{ label: '4', value: 14, color: 'rgb(230, 176, 170)' },
66
{ label: '6', value: 33, color: 'rgb(245, 183, 177)' },
7-
{ label: '8', value: 155, color: 'rgb(215, 189, 226)' },
7+
{ label: '8', value: 156, color: 'rgb(215, 189, 226)' },
88
{ label: '10', value: 60, color: 'rgb(169, 204, 227)' },
9-
{ label: '12', value: 563, color: 'rgb(174, 214, 241)' },
9+
{ label: '12', value: 564, color: 'rgb(174, 214, 241)' },
1010
{ label: '14', value: 68, color: 'rgb(163, 228, 215)' },
1111
{ label: '16', value: 297, color: 'rgb(162, 217, 206)' },
1212
{ label: '18', value: 10, color: 'rgb(171, 235, 198)' },

0 commit comments

Comments
 (0)