1
0
Fork 0

Add ChartJS Plugin for Piechart labels

This commit is contained in:
Neshura 2023-06-02 01:06:15 +02:00
parent e80a54eb71
commit aefecaedd7
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"chart.js": "^4.3.0",
"chartjs-plugin-datalabels": "^2.2.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"googleapis": "^118.0.0",

View file

@ -1357,6 +1357,11 @@ chart.js@^4.3.0:
dependencies:
"@kurkle/color" "^0.3.0"
chartjs-plugin-datalabels@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/chartjs-plugin-datalabels/-/chartjs-plugin-datalabels-2.2.0.tgz#369578e131d743c2e34b5fbe2d3f9335f6639b8f"
integrity sha512-14ZU30lH7n89oq+A4bWaJPnAG8a7ZTk7dKf48YAzMvJjQtjrgg5Dpk9f+LbjCF6bpx3RAGTeL13IXpKQYyRvlw==
chokidar@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"