Size of wind rose plot

hello!
I wanted to resize graph(wind rose plot) based on window size.I tried with Plotly.resize() but that didn’t work

Plot resizng

Then, i tried this with giving specific height width in layout of the plot.Facing issue in that also.
Ploting with width and height

Do we have any different function for wind rose plot.Because, it is working in other cases like scatter plot and line plots

Wind rose charts use our old polar coordinate renderer, which is outdated and doesn’t work with much of our other features (like Plots.resize).

Luckily, we’ll soon release its replacement barpolar. You can subscribe to https://github.com/plotly/plotly.js/issues/2810 for the most up-to-date development info.