Skip to content

Commit 24fbec4

Browse files
committed
Add 4 poems
1 parent 0075962 commit 24fbec4

Some content is hidden

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

47 files changed

+677
-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-
1339
1+
1343
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46
1+
47

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ 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: 80, color: 'rgba(179, 51, 233, 1)' },
18-
{ label: 'Temps', value: 141, color: 'rgba(140, 7, 221, 1)' },
19-
{ label: 'Etre', value: 126, color: 'rgba(105, 16, 168, 1)' },
18+
{ label: 'Temps', value: 142, color: 'rgba(140, 7, 221, 1)' },
19+
{ label: 'Etre', value: 127, color: 'rgba(105, 16, 168, 1)' },
2020
{ label: 'Apprentissage', value: 39, color: 'rgba(70, 24, 115, 1)' },
2121
{ label: 'Révolte', value: 37, 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: 66, color: 'rgba(84, 114, 174, 1)' },
24+
{ label: 'Flore', value: 67, 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: 86, color: 'rgba(119, 181, 254, 1)' },
2828
{ label: 'Mer', value: 28, color: 'rgba(0, 127, 255, 1)' },
29-
{ label: 'Faune', value: 57, color: 'rgba(4, 139, 154, 1)' },
29+
{ label: 'Faune', value: 58, color: 'rgba(4, 139, 154, 1)' },
3030
{ label: 'Climat', value: 35, color: 'rgb(50, 122, 183, 1)' },
3131
{ label: 'Musique et chant', value: 86, color: 'rgba(252, 191, 140, 1)' },
3232
{ label: 'Mouvement', value: 23, color: 'rgba(250, 152, 70, 1)' },

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

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

content/fr/charts/general/metrique_variable-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { addBarChart } from '../add-chart.js'
88
{ label: '2, 6', value: 1, color: 'rgba(72, 149, 239, 1)' },
99
{ label: '2, 7', value: 1, color: 'rgba(72, 149, 239, 1)' },
1010
{ label: '3, 2', value: 2, color: 'rgba(72, 149, 239, 1)' },
11-
{ label: '4, 3', value: 2, color: 'rgba(72, 149, 239, 1)' },
11+
{ label: '4, 3', value: 3, color: 'rgba(72, 149, 239, 1)' },
1212
{ label: '5, 2', value: 2, color: 'rgba(72, 149, 239, 1)' },
1313
{ label: '5, 3', value: 3, color: 'rgba(72, 149, 239, 1)' },
1414
{ label: '5, 7, 5', value: 1, color: 'rgba(72, 149, 239, 1)' },

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: 'Lundi', value: 192, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
5-
{ label: 'Mardi', value: 183, color: 'rgba(72, 149, 239, 0.4)' },
4+
{ label: 'Lundi', value: 193, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
5+
{ label: 'Mardi', value: 184, color: 'rgba(72, 149, 239, 0.4)' },
66
{ label: 'Mercredi', value: 193, color: 'rgba(72, 149, 239, 0.5)' },
77
{ label: 'Jeudi', value: 147, color: 'rgba(72, 149, 239, 0.6000000000000001)' },
8-
{ label: 'Vendredi', value: 176, color: 'rgba(72, 149, 239, 0.7)' },
9-
{ label: 'Samedi', value: 213, color: 'rgba(72, 149, 239, 0.8)' },
8+
{ label: 'Vendredi', value: 177, color: 'rgba(72, 149, 239, 0.7)' },
9+
{ label: 'Samedi', value: 214, color: 'rgba(72, 149, 239, 0.8)' },
1010
{ label: 'Dimanche', value: 247, 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
@@ -1,7 +1,7 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: '1 poème', value: 836, color: 'rgba(72, 149, 239, 0.5)' },
4+
{ label: '1 poème', value: 840, color: 'rgba(72, 149, 239, 0.5)' },
55
{ label: '2 poèmes', value: 178, 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)' },

content/fr/charts/general/poem-interval-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: 'Moins d\'un jour', value: 290, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: 'Un jour', value: 461, color: 'rgba(72, 149, 239, 0.9)' },
6-
{ label: '2j', value: 185, color: 'rgba(72, 149, 239, 0.7)' },
5+
{ label: 'Un jour', value: 464, color: 'rgba(72, 149, 239, 0.9)' },
6+
{ label: '2j', value: 186, color: 'rgba(72, 149, 239, 0.7)' },
77
{ label: '3j', value: 119, color: 'rgba(72, 149, 239, 0.7)' },
88
{ label: '4j', value: 78, color: 'rgba(72, 149, 239, 0.7)' },
99
{ label: '5j', value: 54, color: 'rgba(72, 149, 239, 0.7)' },

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ 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.004926108374384236453201970, color: 'rgba(121, 248, 248, 1)' },
16+
{ x: 4, y: 16, r: 13.596059113300492610837438424, 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)' },
2020
{ x: 8, y: 28, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
2121
{ x: 9, y: 12, r: 4.7290640394088669950738916256, color: 'rgba(121, 248, 248, 1)' },
22-
{ x: 5, y: 16, r: 14.187192118226600985221674877, color: 'rgba(121, 248, 248, 1)' },
22+
{ x: 5, y: 16, r: 14.778325123152709359605911330, color: 'rgba(121, 248, 248, 1)' },
2323
{ x: 3, y: 16, r: 4.7290640394088669950738916256, color: 'rgba(121, 248, 248, 1)' },
2424
{ x: 2, y: 16, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
2525
{ x: 6, y: 6, r: 1.7733990147783251231527093596, color: 'rgba(121, 248, 248, 1)' },
@@ -85,15 +85,15 @@ import { addBubbleChart } from '../add-chart.js'
8585
{ x: 3, y: 24, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
8686
{ x: 0, y: 10, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
8787
{ x: 0, y: 12, r: 8.866995073891625615763546798, color: 'rgba(121, 248, 248, 1)' },
88-
{ x: 0, y: 20, r: 8.866995073891625615763546798, color: 'rgba(121, 248, 248, 1)' },
88+
{ x: 0, y: 20, r: 9.458128078817733990147783251, color: 'rgba(121, 248, 248, 1)' },
8989
{ x: 0, y: 16, r: 6.5024630541871921182266009852, color: 'rgba(121, 248, 248, 1)' },
9090
{ x: 0, y: 14, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
9191
{ x: 0, y: 3, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
9292
{ x: 0, y: 24, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
9393
],
9494
[
9595
{ x: 12, y: 12, r: 29.852216748768472906403940886, color: 'rgba(119, 181, 254, 1)' },
96-
{ x: 8, y: 16, r: 25.418719211822660098522167488, color: 'rgba(119, 181, 254, 1)' },
96+
{ x: 8, y: 16, r: 25.714285714285714285714285714, color: 'rgba(119, 181, 254, 1)' },
9797
{ x: 6, y: 16, r: 28.965517241379310344827586206, color: 'rgba(119, 181, 254, 1)' },
9898
{ x: 8, y: 8, r: 14.778325123152709359605911330, color: 'rgba(119, 181, 254, 1)' },
9999
],

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: 112, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: '3j', value: 41, color: 'rgba(72, 149, 239, 1)' },
4+
{ label: '2j', value: 113, color: 'rgba(72, 149, 239, 1)' },
5+
{ label: '3j', value: 42, 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)' },

0 commit comments

Comments
 (0)