mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
CE-604 Increase height of pie & stacked bar chart from 250 to 300 - surprisingly seems better than just a 50px improvement
This commit is contained in:
@ -94,7 +94,7 @@ function PieChart({description, chartData, chartSubheaderData}: Props): JSX.Elem
|
||||
</Box>
|
||||
<Grid container alignItems="center">
|
||||
<Grid item xs={12} justifyContent="center">
|
||||
<Box width="100%" height="250px" py={2} pr={2} pl={2}>
|
||||
<Box width="100%" height="300px" py={2} pr={2} pl={2}>
|
||||
{useMemo(
|
||||
() => (
|
||||
<Pie data={data} options={options} getElementsAtEvent={handleClick} />
|
||||
|
Reference in New Issue
Block a user