Fix excessive bottom margin on chart
This commit is contained in:
parent
ca5ca9b2b8
commit
23b704ffe0
|
@ -151,7 +151,7 @@ export const ContractProbGraph = memo(function ContractProbGraph(props: {
|
||||||
enableGridX={!!width && width >= 800}
|
enableGridX={!!width && width >= 800}
|
||||||
enableArea
|
enableArea
|
||||||
areaBaselineValue={isBinary || isLogScale ? 0 : contract.min}
|
areaBaselineValue={isBinary || isLogScale ? 0 : contract.min}
|
||||||
margin={{ top: 20, right: 20, bottom: 65, left: 40 }}
|
margin={{ top: 20, right: 20, bottom: 25, left: 40 }}
|
||||||
animate={false}
|
animate={false}
|
||||||
sliceTooltip={SliceTooltip}
|
sliceTooltip={SliceTooltip}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user