Selaa lähdekoodia

no message

reset-do-picking-order
kelvin.yau 1 viikko sitten
vanhempi
commit
dc221be8b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/app/(main)/chart/delivery/page.tsx

+ 1
- 1
src/app/(main)/chart/delivery/page.tsx Näytä tiedosto

@@ -249,7 +249,7 @@ export default function DeliveryChartPage() {
) : (
<ApexCharts
options={{
chart: { type: "bar", horizontal: true },
chart: { type: "bar" },
xaxis: {
categories: chartData.topItems.map((i) => `${i.itemCode} ${i.itemName}`.trim()),
},


Ladataan…
Peruuta
Tallenna