mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Set maximum height for part charts (#8232)
This commit is contained in:
parent
69bc5808d2
commit
f8c7635a8d
@ -4,7 +4,6 @@ import {
|
|||||||
Anchor,
|
Anchor,
|
||||||
Center,
|
Center,
|
||||||
Divider,
|
Divider,
|
||||||
DrawerOverlay,
|
|
||||||
Loader,
|
Loader,
|
||||||
Paper,
|
Paper,
|
||||||
SimpleGrid,
|
SimpleGrid,
|
||||||
@ -264,6 +263,7 @@ export default function PartSchedulingDetail({ part }: { part: any }) {
|
|||||||
) : (
|
) : (
|
||||||
<LineChart
|
<LineChart
|
||||||
data={chartData}
|
data={chartData}
|
||||||
|
mah={'500px'}
|
||||||
dataKey="date"
|
dataKey="date"
|
||||||
withLegend
|
withLegend
|
||||||
withYAxis
|
withYAxis
|
||||||
|
@ -226,6 +226,7 @@ export default function PartStocktakeDetail({ partId }: { partId: number }) {
|
|||||||
) : (
|
) : (
|
||||||
<LineChart
|
<LineChart
|
||||||
data={chartData}
|
data={chartData}
|
||||||
|
mah={'500px'}
|
||||||
dataKey="date"
|
dataKey="date"
|
||||||
withLegend
|
withLegend
|
||||||
withYAxis
|
withYAxis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user