What I can say is your card container will have fixed height and overflow: hidden, so when graphs appear, they overflow upward and get clipped.
So possible fix is remove fixed height
from card component and remove overflow: hidden
If still issue not resolved then share your code block so I can help you out exactly.