mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
add margin to prevent clipping
This commit is contained in:
parent
8556c38ecd
commit
20595af037
1 changed files with 2 additions and 0 deletions
|
|
@ -79,7 +79,9 @@ export default function InterestGraph({
|
||||||
width: "100%",
|
width: "100%",
|
||||||
aspectRatio: 3.5,
|
aspectRatio: 3.5,
|
||||||
maxWidth: 440,
|
maxWidth: 440,
|
||||||
|
overflow: "visible",
|
||||||
}}
|
}}
|
||||||
|
margin={{ top: 5, right: 0, left: 0, bottom: 10 }}
|
||||||
data={data}
|
data={data}
|
||||||
>
|
>
|
||||||
<defs>
|
<defs>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue