c'est trop dur d'avoir des graphiques parfaits, j'abandonne et je m'occupe de la mise en page en dernier. mais apres une (longue) pause.

This commit is contained in:
camille
2026-03-28 18:23:03 +01:00
parent a7a9d5f75c
commit b26f3080f9
5 changed files with 204 additions and 23 deletions
+10 -3
View File
@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@riotjs/compiler": "^10.0.1",
"chart.css": "^0.1.1",
"riot": "^10.1.3",
"rollup-plugin-riot": "^10.0.0"
},
@@ -480,6 +481,12 @@
"node": ">=4"
}
},
"node_modules/chart.css": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/chart.css/-/chart.css-0.1.1.tgz",
"integrity": "sha512-/YZcm5FrkVsE8EOlVnn8Va9/GiSBPbD3fAFFbb0fJfplEsA92F52XUqQc8+uesfmGjsoxxw3JMc7bKuPsPx7Qw==",
"license": "MIT"
},
"node_modules/css-simple-parser": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/css-simple-parser/-/css-simple-parser-3.0.2.tgz",
@@ -881,9 +888,9 @@
"license": "ISC"
},
"node_modules/picomatch": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"license": "MIT",
"engines": {
"node": ">=12"