mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
refactor(FE): Remove left chart margin and lower min-height
This commit is contained in:
@@ -164,7 +164,7 @@ const UniformityBarChart: React.FC<UniformityBarChartProps> = ({ data }) => {
|
|||||||
const margin = {
|
const margin = {
|
||||||
top: 20,
|
top: 20,
|
||||||
right: 30,
|
right: 30,
|
||||||
left: 20,
|
left: 0,
|
||||||
bottom: 5,
|
bottom: 5,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -172,7 +172,7 @@ const UniformityBarChart: React.FC<UniformityBarChartProps> = ({ data }) => {
|
|||||||
<ResponsiveContainer
|
<ResponsiveContainer
|
||||||
width='100%'
|
width='100%'
|
||||||
height='100%'
|
height='100%'
|
||||||
className='min-h-[300px] xl:min-h-[350px]'
|
className='min-h-[270px] xl:min-h-80'
|
||||||
>
|
>
|
||||||
<BarChart data={data} margin={margin} barGap={20}>
|
<BarChart data={data} margin={margin} barGap={20}>
|
||||||
<defs>
|
<defs>
|
||||||
|
|||||||
Reference in New Issue
Block a user