mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
adjust interest graph css
This commit is contained in:
parent
fb45e9058d
commit
4ac357816e
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ export default function InterestGraph({
|
|||
maxWidth: 440,
|
||||
overflow: "visible",
|
||||
}}
|
||||
margin={{ top: 5, right: 0, left: 0, bottom: 10 }}
|
||||
margin={{ top: 5, right: 0, left: 0, bottom: 15 }}
|
||||
data={data}
|
||||
>
|
||||
<defs>
|
||||
|
|
@ -109,7 +109,7 @@ export default function InterestGraph({
|
|||
animationEasing="ease-in-out"
|
||||
dot={false}
|
||||
activeDot={false}
|
||||
style={{ filter: `drop-shadow(0px 0px 5px ${color})` }}
|
||||
style={{ filter: `drop-shadow(0px 0px 0px ${color})` }}
|
||||
/>
|
||||
</AreaChart>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue