mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 05:40:44 +00:00
SPRINT-12: frontend bug fixes
This commit is contained in:
@ -265,7 +265,7 @@ function Overview(): JSX.Element
|
||||
<MDBox mb={3}>
|
||||
<BarChart
|
||||
color="info"
|
||||
title={shipmentsByDayTitle}
|
||||
title={qInstance?.widgets.get("TotalShipmentsByDayBarChart").label}
|
||||
description={shipmentsByDayDescription}
|
||||
date="Updated 3 minutes ago"
|
||||
data={shipmentsByDayData}
|
||||
@ -275,7 +275,7 @@ function Overview(): JSX.Element
|
||||
<Grid item xs={12} md={6} lg={4}>
|
||||
<MDBox mb={3}>
|
||||
<PieChartCard
|
||||
title={shipmentsByCarrierTitle}
|
||||
title={qInstance?.widgets.get("YTDShipmentsByCarrierPieChart").label}
|
||||
description={shipmentsByCarrierDescription}
|
||||
data={shipmentsByCarrierData}
|
||||
/>
|
||||
@ -285,9 +285,9 @@ function Overview(): JSX.Element
|
||||
<MDBox mb={3}>
|
||||
<SmallLineChart
|
||||
color="dark"
|
||||
title={shipmentsByMonthTitle}
|
||||
title={qInstance?.widgets.get("TotalShipmentsByMonthLineChart").label}
|
||||
description={shipmentsByMonthDescription}
|
||||
date="Just updatederp"
|
||||
date=""
|
||||
chart={shipmentsByMonthData}
|
||||
/>
|
||||
</MDBox>
|
||||
|
Reference in New Issue
Block a user