Chart height #354
Unanswered
eivinderiksen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to set the chart height, but it sticks to using a height of 185 px even if i set the Height property to 400.
The div has a height of 400 px, but the chart itself is still just 185 px. Is there a parameter I'm missing to make the chart height higher than the auto-generated size?
`
<BarChart @ref="barChart" Class="mb-4" Height="400" />
Beta Was this translation helpful? Give feedback.
All reactions