2
0
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:
Oliver 2024-10-03 09:41:11 +10:00 committed by GitHub
parent 69bc5808d2
commit f8c7635a8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -226,6 +226,7 @@ export default function PartStocktakeDetail({ partId }: { partId: number }) {
) : (
<LineChart
data={chartData}
mah={'500px'}
dataKey="date"
withLegend
withYAxis