Skip to content

Commit fc07376

Browse files
committed
Add 3 poems
1 parent 81d3bc3 commit fc07376

39 files changed

+202
-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-
1325
1+
1328

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
44
{ label: 'Amitié', value: 30, color: 'rgba(254, 231, 240, 1)' },
5-
{ label: 'Amour platonique', value: 36, color: 'rgba(255, 111, 125, 1)' },
5+
{ label: 'Amour platonique', value: 37, color: 'rgba(255, 111, 125, 1)' },
66
{ label: 'Romantisme', value: 51, color: 'rgba(253, 108, 158, 1)' },
77
{ label: 'Passion', value: 59, color: 'rgba(199, 44, 72, 1)' },
88
{ label: 'Aube', value: 40, color: 'rgba(255, 203, 96, 1)' },
@@ -14,14 +14,14 @@ import { addPieChart } from '../add-chart.js'
1414
{ label: 'Espoir', value: 73, color: 'rgba(234, 191, 250, 1)' },
1515
{ label: 'Création', value: 97, color: 'rgba(220, 147, 246, 1)' },
1616
{ label: 'Foi', value: 74, color: 'rgba(203, 93, 241, 1)' },
17-
{ label: 'Portraits', value: 78, color: 'rgba(179, 51, 233, 1)' },
18-
{ label: 'Temps', value: 138, color: 'rgba(140, 7, 221, 1)' },
17+
{ label: 'Portraits', value: 79, color: 'rgba(179, 51, 233, 1)' },
18+
{ label: 'Temps', value: 139, color: 'rgba(140, 7, 221, 1)' },
1919
{ label: 'Etre', value: 126, color: 'rgba(105, 16, 168, 1)' },
2020
{ label: 'Apprentissage', value: 39, color: 'rgba(70, 24, 115, 1)' },
2121
{ label: 'Révolte', value: 35, color: 'rgba(61, 0, 102, 1)' },
2222
{ label: 'Angoisse', value: 62, color: 'rgba(38, 9, 78, 1)' },
2323
{ label: 'Neige', value: 23, color: 'rgba(244, 254, 254, 1)' },
24-
{ label: 'Flore', value: 65, color: 'rgba(84, 114, 174, 1)' },
24+
{ label: 'Flore', value: 66, color: 'rgba(84, 114, 174, 1)' },
2525
{ label: 'Jardin et paysage', value: 59, color: 'rgba(121, 248, 248, 1)' },
2626
{ label: 'Eau douce', value: 38, color: 'rgba(0, 127, 255, 1)' },
2727
{ label: 'Ciel', value: 84, color: 'rgba(119, 181, 254, 1)' },

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ import { addBubbleChart } from '../add-chart.js'
2626
{ x: 20, y: 0, r: 1.6, color: 'rgba(121, 248, 248, 1)' },
2727
{ x: 1, y: 3, r: 0.8, color: 'rgba(121, 248, 248, 1)' },
2828
{ x: 8, y: 2, r: 0.8, color: 'rgba(121, 248, 248, 1)' },
29-
{ x: 1, y: 6, r: 4.8, color: 'rgba(121, 248, 248, 1)' },
29+
{ x: 1, y: 6, r: 5.6, color: 'rgba(121, 248, 248, 1)' },
3030
{ x: 32, y: 0, r: 2.4, color: 'rgba(121, 248, 248, 1)' },
3131
{ x: 0, y: 0, r: 2.4, color: 'rgba(121, 248, 248, 1)' },
3232
{ x: 28, y: 6, r: 6.4, color: 'rgba(121, 248, 248, 1)' },
3333
{ x: 19, y: 6, r: 6.4, color: 'rgba(121, 248, 248, 1)' },
3434
{ x: 23, y: 5, r: 6.4, color: 'rgba(121, 248, 248, 1)' },
35-
{ x: 32, y: 3, r: 0.8, color: 'rgba(121, 248, 248, 1)' },
35+
{ x: 32, y: 3, r: 1.6, color: 'rgba(121, 248, 248, 1)' },
3636
{ x: 8, y: 4, r: 6.4, color: 'rgba(121, 248, 248, 1)' },
3737
{ x: 13, y: 4, r: 3.2, color: 'rgba(121, 248, 248, 1)' },
3838
{ x: 5, y: 5, r: 1.6, color: 'rgba(121, 248, 248, 1)' },
@@ -240,6 +240,7 @@ import { addBubbleChart } from '../add-chart.js'
240240
{ x: 34, y: 0, r: 0.8, color: 'rgba(121, 248, 248, 1)' },
241241
{ x: 22, y: 11, r: 0.8, color: 'rgba(121, 248, 248, 1)' },
242242
{ x: 13, y: 3, r: 1.6, color: 'rgba(121, 248, 248, 1)' },
243+
{ x: 27, y: 3, r: 0.8, color: 'rgba(121, 248, 248, 1)' },
243244
],
244245
[
245246
{ x: 30, y: 8, r: 7.2, color: 'rgba(119, 181, 254, 1)' },
@@ -284,7 +285,7 @@ import { addBubbleChart } from '../add-chart.js'
284285
{ x: 28, y: 8, r: 6.8, color: 'rgba(119, 181, 254, 1)' },
285286
{ x: 3, y: 12, r: 4, color: 'rgba(119, 181, 254, 1)' },
286287
{ x: 12, y: 8, r: 7.2, color: 'rgba(119, 181, 254, 1)' },
287-
{ x: 16, y: 6, r: 6.8, color: 'rgba(119, 181, 254, 1)' },
288+
{ x: 16, y: 6, r: 7.2, color: 'rgba(119, 181, 254, 1)' },
288289
{ x: 28, y: 12, r: 4, color: 'rgba(119, 181, 254, 1)' },
289290
{ x: 13, y: 6, r: 4.8, color: 'rgba(119, 181, 254, 1)' },
290291
{ x: 13, y: 8, r: 4, color: 'rgba(119, 181, 254, 1)' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { addPieChart } from '../add-chart.js'
66
{ label: 'Mercredi', value: 193, color: 'rgba(72, 149, 239, 0.5)' },
77
{ label: 'Jeudi', value: 145, color: 'rgba(72, 149, 239, 0.6000000000000001)' },
88
{ label: 'Vendredi', value: 175, color: 'rgba(72, 149, 239, 0.7)' },
9-
{ label: 'Samedi', value: 210, color: 'rgba(72, 149, 239, 0.8)' },
9+
{ label: 'Samedi', value: 213, color: 'rgba(72, 149, 239, 0.8)' },
1010
{ label: 'Dimanche', value: 244, color: 'rgba(72, 149, 239, 0.9000000000000001)' },
1111
];
1212
addPieChart('poemDayOfWeekPie', [data], { plugins: { title: { display: true, text: 'Par jour de la semaine' } } });

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { addPieChart } from '../add-chart.js'
33
const data = [
44
{ label: '1 poème', value: 832, color: 'rgba(72, 149, 239, 0.5)' },
55
{ label: '2 poèmes', value: 176, color: 'rgba(72, 149, 239, 0.6)' },
6-
{ label: '3 poèmes', value: 33, color: 'rgba(72, 149, 239, 0.7)' },
6+
{ 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)' },
88
{ label: '5 poèmes', value: 4, color: 'rgba(72, 149, 239, 0.9)' },
99
{ label: '6 poèmes', value: 1, color: 'rgba(72, 149, 239, 1)' },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: 'Moins d\'un jour', value: 284, color: 'rgba(72, 149, 239, 1)' },
4+
{ label: 'Moins d\'un jour', value: 286, color: 'rgba(72, 149, 239, 1)' },
55
{ label: 'Un jour', value: 457, color: 'rgba(72, 149, 239, 0.9)' },
66
{ label: '2j', value: 183, color: 'rgba(72, 149, 239, 0.7)' },
7-
{ label: '3j', value: 118, color: 'rgba(72, 149, 239, 0.7)' },
7+
{ label: '3j', value: 119, color: 'rgba(72, 149, 239, 0.7)' },
88
{ label: '4j', value: 77, 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)' },

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { addBubbleChart } from '../add-chart.js'
77
{ x: 8, y: 20, r: 9.458128078817733990147783251, color: 'rgba(121, 248, 248, 1)' },
88
{ x: 8, y: 14, r: 14.187192118226600985221674877, color: 'rgba(121, 248, 248, 1)' },
99
{ x: 6, y: 24, r: 4.7290640394088669950738916256, color: 'rgba(121, 248, 248, 1)' },
10-
{ x: 6, y: 8, r: 17.142857142857142857142857143, color: 'rgba(121, 248, 248, 1)' },
10+
{ x: 6, y: 8, r: 17.733990147783251231527093596, color: 'rgba(121, 248, 248, 1)' },
1111
{ x: 8, y: 26, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
1212
{ x: 12, y: 16, r: 15.960591133004926108374384236, color: 'rgba(121, 248, 248, 1)' },
1313
{ x: 12, y: 10, r: 8.866995073891625615763546798, color: 'rgba(121, 248, 248, 1)' },
@@ -79,7 +79,7 @@ import { addBubbleChart } from '../add-chart.js'
7979
{ x: 2, y: 12, r: 2.9556650246305418719211822660, color: 'rgba(121, 248, 248, 1)' },
8080
{ x: 4, y: 8, r: 2.3645320197044334975369458128, color: 'rgba(121, 248, 248, 1)' },
8181
{ x: 4, y: 24, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
82-
{ x: 3, y: 12, r: 2.3645320197044334975369458128, color: 'rgba(121, 248, 248, 1)' },
82+
{ x: 3, y: 12, r: 2.9556650246305418719211822660, color: 'rgba(121, 248, 248, 1)' },
8383
{ x: 2, y: 14, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
8484
{ x: 1, y: 12, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
8585
{ x: 3, y: 24, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
@@ -98,7 +98,7 @@ import { addBubbleChart } from '../add-chart.js'
9898
{ x: 8, y: 8, r: 14.482758620689655172413793103, color: 'rgba(119, 181, 254, 1)' },
9999
],
100100
[
101-
{ x: 6, y: 12, r: 27.709359605911330049261083744, color: 'rgba(0, 127, 255, 1)' },
101+
{ x: 6, y: 12, r: 27.931034482758620689655172414, color: 'rgba(0, 127, 255, 1)' },
102102
],
103103
[
104104
{ x: 8, y: 12, r: 30, color: 'rgba(50, 122, 183, 1)' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ import { addRadarChart } from '../add-chart.js'
180180
{ label: '', value: 3 },
181181
{ label: '', value: 4 },
182182
{ label: '', value: 3 },
183-
{ label: '', value: 4 },
183+
{ label: '', value: 7 },
184184
{ label: '', value: 3 },
185185
{ label: '', value: 5 },
186186
{ label: 'Juillet', value: 3 },

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: 154, color: 'rgb(215, 189, 226)' },
7+
{ label: '8', value: 155, color: 'rgb(215, 189, 226)' },
88
{ label: '10', value: 60, color: 'rgb(169, 204, 227)' },
9-
{ label: '12', value: 561, color: 'rgb(174, 214, 241)' },
9+
{ label: '12', value: 563, color: 'rgb(174, 214, 241)' },
1010
{ label: '14', value: 68, color: 'rgb(163, 228, 215)' },
1111
{ label: '16', value: 296, color: 'rgb(162, 217, 206)' },
1212
{ label: '18', value: 10, color: 'rgb(171, 235, 198)' },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { addPieChart } from '../add-chart.js'
33
const data = [
44
{ label: '1 syllabe', value: 2, color: 'rgb(247, 249, 249)' },
55
{ label: '2 syllabes', value: 27, color: 'rgb(230, 176, 170)' },
6-
{ label: '3 syllabes', value: 33, color: 'rgb(245, 183, 177)' },
6+
{ label: '3 syllabes', value: 34, color: 'rgb(245, 183, 177)' },
77
{ label: '4 syllabes', value: 88, color: 'rgb(215, 189, 226)' },
88
{ label: '5 syllabes', value: 62, color: 'rgb(169, 204, 227)' },
9-
{ label: '6 syllabes', value: 332, color: 'rgb(174, 214, 241)' },
9+
{ label: '6 syllabes', value: 334, color: 'rgb(174, 214, 241)' },
1010
{ label: '7 syllabes', value: 80, color: 'rgb(163, 228, 215)' },
1111
{ label: '8 syllabes', value: 445, color: 'rgb(162, 217, 206)' },
1212
{ label: '9 syllabes', value: 14, color: 'rgb(171, 235, 198)' },

0 commit comments

Comments
 (0)