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,
|
||||
Center,
|
||||
Divider,
|
||||
DrawerOverlay,
|
||||
Loader,
|
||||
Paper,
|
||||
SimpleGrid,
|
||||
@ -264,6 +263,7 @@ export default function PartSchedulingDetail({ part }: { part: any }) {
|
||||
) : (
|
||||
<LineChart
|
||||
data={chartData}
|
||||
mah={'500px'}
|
||||
dataKey="date"
|
||||
withLegend
|
||||
withYAxis
|
||||
|
@ -226,6 +226,7 @@ export default function PartStocktakeDetail({ partId }: { partId: number }) {
|
||||
) : (
|
||||
<LineChart
|
||||
data={chartData}
|
||||
mah={'500px'}
|
||||
dataKey="date"
|
||||
withLegend
|
||||
withYAxis
|
||||
|
Loading…
x
Reference in New Issue
Block a user