Hi,
I want to adjust the size of the graphs to fit a window so I tried the following:
html.Div([ dcc.Graph(id='example-graph1') ], style={"height" : "25%", "width" : "100%"}),
I also tried this:
dcc.Graph(id='example-graph2', className='hm'),
with css here
https://codepen.io/dynamitedu/pen/zPeVzE.css
Neither seems to work. Any ideas?