Hi, you likely need to set the parent container (create one if needed) to take up full screen space (make sure your full hierarchy is set correctly if you would have multiple nested divs)
The graph is able to resize according to its parent size only, whatever settings you give it.
The easiest way to troubleshoot is to give your containers some background colour or use F12 developer tools in order for you to see what is actually happening
Hi @Volodia this behaviour seems to be a bit strange, I agree with you. If you wrap the dcc.Graph() with a html.Div() and set the width to 100vw it works however (which is what @jcuypers mentioned):