Skip to content

Commit 1899b86

Browse files
committed
Add 2 poems
1 parent 8f58fdb commit 1899b86

37 files changed

+185
-48
lines changed

content/common/poem_count.md

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { addPieChart } from '../add-chart.js'
33
const data = [
44
{ label: 'Amitié', value: 30, color: 'rgba(254, 231, 240, 1)' },
55
{ label: 'Amour platonique', value: 37, color: 'rgba(255, 111, 125, 1)' },
6-
{ label: 'Romantisme', value: 55, color: 'rgba(253, 108, 158, 1)' },
6+
{ label: 'Romantisme', value: 56, color: 'rgba(253, 108, 158, 1)' },
77
{ label: 'Passion', value: 61, color: 'rgba(199, 44, 72, 1)' },
88
{ label: 'Aube', value: 40, color: 'rgba(255, 203, 96, 1)' },
99
{ label: 'Lune', value: 37, color: 'rgba(253, 241, 184, 1)' },
@@ -14,7 +14,7 @@ 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: 81, color: 'rgba(179, 51, 233, 1)' },
17+
{ label: 'Portraits', value: 82, color: 'rgba(179, 51, 233, 1)' },
1818
{ label: 'Temps', value: 142, color: 'rgba(140, 7, 221, 1)' },
1919
{ label: 'Etre', value: 127, color: 'rgba(105, 16, 168, 1)' },
2020
{ label: 'Apprentissage', value: 40, color: 'rgba(70, 24, 115, 1)' },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ import { addBubbleChart } from '../add-chart.js'
255255
],
256256
[
257257
{ x: 26, y: 8, r: 9.803921568627450980392156863, color: 'rgba(119, 181, 254, 1)' },
258-
{ x: 30, y: 8, r: 7.0588235294117647058823529412, color: 'rgba(119, 181, 254, 1)' },
258+
{ x: 30, y: 8, r: 7.4509803921568627450980392156, color: 'rgba(119, 181, 254, 1)' },
259259
{ x: 34, y: 8, r: 4.3137254901960784313725490196, color: 'rgba(119, 181, 254, 1)' },
260260
{ x: 1, y: 8, r: 6.2745098039215686274509803922, color: 'rgba(119, 181, 254, 1)' },
261261
{ x: 27, y: 6, r: 9.411764705882352941176470588, color: 'rgba(119, 181, 254, 1)' },
@@ -276,7 +276,7 @@ import { addBubbleChart } from '../add-chart.js'
276276
{ x: 8, y: 12, r: 8.235294117647058823529411765, color: 'rgba(119, 181, 254, 1)' },
277277
{ x: 29, y: 8, r: 5.0980392156862745098039215686, color: 'rgba(119, 181, 254, 1)' },
278278
{ x: 32, y: 12, r: 8.235294117647058823529411765, color: 'rgba(119, 181, 254, 1)' },
279-
{ x: 27, y: 8, r: 7.8431372549019607843137254902, color: 'rgba(119, 181, 254, 1)' },
279+
{ x: 27, y: 8, r: 8.235294117647058823529411765, color: 'rgba(119, 181, 254, 1)' },
280280
{ x: 30, y: 12, r: 5.8823529411764705882352941176, color: 'rgba(119, 181, 254, 1)' },
281281
{ x: 0, y: 6, r: 4.3137254901960784313725490196, color: 'rgba(119, 181, 254, 1)' },
282282
{ x: 16, y: 8, r: 9.019607843137254901960784314, 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,8 +1,8 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: 'Lundi', value: 194, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
5-
{ label: 'Mardi', value: 184, color: 'rgba(72, 149, 239, 0.4)' },
4+
{ label: 'Lundi', value: 195, color: 'rgba(72, 149, 239, 0.30000000000000004)' },
5+
{ label: 'Mardi', value: 185, color: 'rgba(72, 149, 239, 0.4)' },
66
{ label: 'Mercredi', value: 194, color: 'rgba(72, 149, 239, 0.5)' },
77
{ label: 'Jeudi', value: 149, color: 'rgba(72, 149, 239, 0.6000000000000001)' },
88
{ label: 'Vendredi', value: 181, color: 'rgba(72, 149, 239, 0.7)' },

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: 844, color: 'rgba(72, 149, 239, 0.5)' },
4+
{ label: '1 poème', value: 846, color: 'rgba(72, 149, 239, 0.5)' },
55
{ label: '2 poèmes', value: 182, 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
44
{ label: 'Moins d\'un jour', value: 294, color: 'rgba(72, 149, 239, 1)' },
5-
{ label: 'Un jour', value: 467, color: 'rgba(72, 149, 239, 0.9)' },
5+
{ label: 'Un jour', value: 469, color: 'rgba(72, 149, 239, 0.9)' },
66
{ label: '2j', value: 187, 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)' },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { addBubbleChart } from '../add-chart.js'
55
{ x: 12, y: 14, r: 13.596059113300492610837438424, color: 'rgba(121, 248, 248, 1)' },
66
{ x: 12, y: 20, r: 1.1822660098522167487684729064, color: 'rgba(121, 248, 248, 1)' },
77
{ x: 8, y: 20, r: 9.458128078817733990147783251, color: 'rgba(121, 248, 248, 1)' },
8-
{ x: 8, y: 14, r: 14.187192118226600985221674877, color: 'rgba(121, 248, 248, 1)' },
8+
{ x: 8, y: 14, r: 14.778325123152709359605911330, color: 'rgba(121, 248, 248, 1)' },
99
{ x: 6, y: 24, r: 5.911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
1010
{ 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)' },
@@ -92,7 +92,7 @@ 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: 25.714285714285714285714285714, color: 'rgba(119, 181, 254, 1)' },
95+
{ x: 8, y: 16, r: 26.00985221674876847290640394, color: 'rgba(119, 181, 254, 1)' },
9696
{ x: 6, y: 16, r: 29.55665024630541871921182266, color: 'rgba(119, 181, 254, 1)' },
9797
{ x: 8, y: 8, r: 14.778325123152709359605911330, color: 'rgba(119, 181, 254, 1)' },
9898
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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: 44, color: 'rgba(72, 149, 239, 1)' },
5+
{ label: '3j', value: 45, 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
@@ -217,8 +217,8 @@ import { addRadarChart } from '../add-chart.js'
217217
{ label: 'Août', value: 3 },
218218
{ label: '', value: 4 },
219219
{ label: '', value: 4 },
220-
{ label: '', value: 1 },
221-
{ label: '', value: 4 },
220+
{ label: '', value: 2 },
221+
{ label: '', value: 5 },
222222
{ label: '', value: 1 },
223223
{ label: '', value: 1 },
224224
{ label: '', value: 0 },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { addPieChart } from '../add-chart.js'
77
{ label: '8', value: 156, color: 'rgb(215, 189, 226)' },
88
{ label: '10', value: 60, color: 'rgb(169, 204, 227)' },
99
{ label: '12', value: 571, color: 'rgb(174, 214, 241)' },
10-
{ label: '14', value: 68, color: 'rgb(163, 228, 215)' },
11-
{ label: '16', value: 305, color: 'rgb(162, 217, 206)' },
10+
{ label: '14', value: 69, color: 'rgb(163, 228, 215)' },
11+
{ label: '16', value: 306, 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)