diff --git a/src/app/(main)/chart/delivery/page.tsx b/src/app/(main)/chart/delivery/page.tsx index 13ded24..a3fb02b 100644 --- a/src/app/(main)/chart/delivery/page.tsx +++ b/src/app/(main)/chart/delivery/page.tsx @@ -361,12 +361,12 @@ export default function DeliveryChartPage() { r.date))).sort(), }, yaxis: { title: { text: "單數" } }, - plotOptions: { bar: { columnWidth: "60%", stacked: true } }, + plotOptions: { bar: { columnWidth: "60%" } }, dataLabels: { enabled: false }, legend: { position: "top" }, }} diff --git a/src/app/(main)/chart/warehouse/page.tsx b/src/app/(main)/chart/warehouse/page.tsx index 99be53a..8e893a5 100644 --- a/src/app/(main)/chart/warehouse/page.tsx +++ b/src/app/(main)/chart/warehouse/page.tsx @@ -329,10 +329,10 @@ export default function WarehouseChartPage() { ) : chartData.consumptionByItems ? (