Is there an existing issue for this?
Describe the bug
my code:
<div class="w-100">
<Chart ChartType="ChartType.Bar" Responsive="true"
OnInitAsync="() => OnInitAspectRatio(true)"
Title="SKU" Height="500px" Width="100%" />
</div>
when the window become wider, it works very well.
but when the window become narrow, the chart keep same size.
Expected Behavior
when the window become narrow, the chart can also change its own size to fit the parent container.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response