How do I make my plotly chart in a blazor webassembly project resize when window width is changed? #426
Unanswered
iancoetzer
asked this question in
Q&A
Replies: 2 comments
-
|
It would be really nice to able to have it follow an outer div that has css |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Did you configure responsive option? It suppose to make plotly control responsive to window resizing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Currently when i resize my browser window everything else, mudblazor content resizes neatly.
however the chart remains off screen?
how can i make it responsive so that it adjusts its width same as other components? is there somewhere i can set its width to be 100% of the width of its parent container?
Beta Was this translation helpful? Give feedback.
All reactions