Create progress stacked bar chart

This commit is contained in:
Takeshi Kimata
2024-04-27 14:08:05 +09:00
parent c23d652d05
commit c2c5652769
5 changed files with 202 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"apexcharts": "^3.49.0",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
@@ -27,6 +28,7 @@
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"tailwind-variants": "^0.1.18",
"tailwindcss": "3.3.5",