Skip to content

Commit db9d9df

Browse files
committed
Add 3 poems
1 parent 1899b86 commit db9d9df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+564
-394
lines changed

content/common/poem_count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1357
1+
1360

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import { addPieChart } from '../add-chart.js'
1515
{ label: 'Création', value: 97, color: 'rgba(220, 147, 246, 1)' },
1616
{ label: 'Foi', value: 74, color: 'rgba(203, 93, 241, 1)' },
1717
{ label: 'Portraits', value: 82, color: 'rgba(179, 51, 233, 1)' },
18-
{ label: 'Temps', value: 142, color: 'rgba(140, 7, 221, 1)' },
18+
{ label: 'Temps', value: 143, color: 'rgba(140, 7, 221, 1)' },
1919
{ label: 'Etre', value: 127, color: 'rgba(105, 16, 168, 1)' },
20-
{ label: 'Apprentissage', value: 40, color: 'rgba(70, 24, 115, 1)' },
20+
{ label: 'Apprentissage', value: 41, color: 'rgba(70, 24, 115, 1)' },
2121
{ label: 'Révolte', value: 37, color: 'rgba(61, 0, 102, 1)' },
22-
{ label: 'Angoisse', value: 62, color: 'rgba(38, 9, 78, 1)' },
22+
{ label: 'Angoisse', value: 63, color: 'rgba(38, 9, 78, 1)' },
2323
{ label: 'Neige', value: 23, color: 'rgba(244, 254, 254, 1)' },
2424
{ label: 'Flore', value: 68, color: 'rgba(84, 114, 174, 1)' },
2525
{ label: 'Jardin et paysage', value: 60, color: 'rgba(121, 248, 248, 1)' },
@@ -34,7 +34,7 @@ import { addPieChart } from '../add-chart.js'
3434
{ label: 'Sommeil', value: 14, color: 'rgba(209, 98, 4, 1)' },
3535
{ label: 'Printemps', value: 50, color: 'rgba(130, 196, 108, 1)' },
3636
{ label: 'Eté', value: 46, color: 'rgba(0, 86, 27, 1)' },
37-
{ label: 'Automne', value: 103, color: 'rgba(27, 79, 8, 1)' },
37+
{ label: 'Automne', value: 104, color: 'rgba(27, 79, 8, 1)' },
3838
{ label: 'Hiver', value: 62, color: 'rgba(24, 57, 30, 1)' },
3939
];
4040
addPieChart('categoriesPie', [data], { plugins: { title: { display: true, text: '' } } });

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

Lines changed: 311 additions & 311 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { addPieChart } from '../add-chart.js'
33
const data = [
44
{ label: 'Lundi', value: 195, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
55
{ label: 'Mardi', value: 185, color: 'rgba(72, 149, 239, 0.4)' },
6-
{ label: 'Mercredi', value: 194, color: 'rgba(72, 149, 239, 0.5)' },
6+
{ label: 'Mercredi', value: 195, color: 'rgba(72, 149, 239, 0.5)' },
77
{ label: 'Jeudi', value: 149, color: 'rgba(72, 149, 239, 0.6000000000000001)' },
8-
{ label: 'Vendredi', value: 181, color: 'rgba(72, 149, 239, 0.7)' },
8+
{ label: 'Vendredi', value: 183, color: 'rgba(72, 149, 239, 0.7)' },
99
{ label: 'Samedi', value: 215, color: 'rgba(72, 149, 239, 0.8)' },
1010
{ label: 'Dimanche', value: 250, color: 'rgba(72, 149, 239, 0.9000000000000001)' },
1111
];

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: '1 poème', value: 846, color: 'rgba(72, 149, 239, 0.5)' },
5-
{ label: '2 poèmes', value: 182, color: 'rgba(72, 149, 239, 0.6)' },
4+
{ label: '1 poème', value: 847, color: 'rgba(72, 149, 239, 0.5)' },
5+
{ label: '2 poèmes', value: 183, color: 'rgba(72, 149, 239, 0.6)' },
66
{ label: '3 poèmes', value: 35, 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)' },

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: 'Moins d\'un jour', value: 294, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: 'Un jour', value: 469, color: 'rgba(72, 149, 239, 0.9)' },
6-
{ label: '2j', value: 187, color: 'rgba(72, 149, 239, 0.7)' },
4+
{ label: 'Moins d\'un jour', value: 295, color: 'rgba(72, 149, 239, 1)' },
5+
{ label: 'Un jour', value: 470, color: 'rgba(72, 149, 239, 0.9)' },
6+
{ label: '2j', value: 188, color: 'rgba(72, 149, 239, 0.7)' },
77
{ label: '3j', value: 122, color: 'rgba(72, 149, 239, 0.7)' },
88
{ label: '4j', value: 78, color: 'rgba(72, 149, 239, 0.7)' },
99
{ label: '5j', value: 55, 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
@@ -13,7 +13,7 @@ import { addBubbleChart } from '../add-chart.js'
1313
{ x: 12, y: 10, r: 8.866995073891625615763546798, color: 'rgba(121, 248, 248, 1)' },
1414
{ x: 6, y: 14, r: 5.3201970443349753694581280788, color: 'rgba(121, 248, 248, 1)' },
1515
{ x: 8, y: 22, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
16-
{ x: 4, y: 16, r: 13.596059113300492610837438424, color: 'rgba(121, 248, 248, 1)' },
16+
{ x: 4, y: 16, r: 14.187192118226600985221674877, color: 'rgba(121, 248, 248, 1)' },
1717
{ x: 8, y: 4, r: 2.9556650246305418719211822660, color: 'rgba(121, 248, 248, 1)' },
1818
{ x: 4, y: 20, r: 10.640394088669950738916256158, color: 'rgba(121, 248, 248, 1)' },
1919
{ x: 6, y: 28, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
@@ -92,8 +92,8 @@ import { addBubbleChart } from '../add-chart.js'
9292
{ x: 0, y: 24, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
9393
],
9494
[
95-
{ x: 8, y: 16, r: 26.00985221674876847290640394, color: 'rgba(119, 181, 254, 1)' },
96-
{ x: 6, y: 16, r: 29.55665024630541871921182266, color: 'rgba(119, 181, 254, 1)' },
95+
{ x: 8, y: 16, r: 26.305418719211822660098522168, color: 'rgba(119, 181, 254, 1)' },
96+
{ x: 6, y: 16, r: 29.852216748768472906403940886, color: 'rgba(119, 181, 254, 1)' },
9797
{ x: 8, y: 8, r: 14.778325123152709359605911330, color: 'rgba(119, 181, 254, 1)' },
9898
],
9999
[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
44
{ label: '2j', value: 112, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: '3j', value: 45, color: 'rgba(72, 149, 239, 1)' },
6-
{ label: '4j', value: 18, color: 'rgba(72, 149, 239, 1)' },
5+
{ label: '3j', value: 44, color: 'rgba(72, 149, 239, 1)' },
6+
{ label: '4j', value: 19, 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)' },
99
{ label: '7j', value: 6, 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
@@ -219,9 +219,9 @@ import { addRadarChart } from '../add-chart.js'
219219
{ label: '', value: 4 },
220220
{ label: '', value: 2 },
221221
{ label: '', value: 5 },
222+
{ label: '', value: 2 },
222223
{ label: '', value: 1 },
223-
{ label: '', value: 1 },
224-
{ label: '', value: 0 },
224+
{ label: '', value: 2 },
225225
{ label: '', value: 1 },
226226
{ label: '', value: 6 },
227227
{ label: '', value: 3 },

content/fr/charts/general/poems-length-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: '10', value: 60, color: 'rgb(169, 204, 227)' },
99
{ label: '12', value: 571, color: 'rgb(174, 214, 241)' },
1010
{ label: '14', value: 69, color: 'rgb(163, 228, 215)' },
11-
{ label: '16', value: 306, color: 'rgb(162, 217, 206)' },
11+
{ label: '16', value: 309, color: 'rgb(162, 217, 206)' },
1212
{ label: '18', value: 10, color: 'rgb(171, 235, 198)' },
1313
{ label: '20', value: 108, color: 'rgb(249, 231, 159)' },
1414
{ label: '22', value: 2, color: 'rgb(250, 215, 160)' },

0 commit comments

Comments
 (0)