diff --git a/visualizations/tornado_plot/webviz_tornado_plot/__init__.py b/visualizations/tornado_plot/webviz_tornado_plot/__init__.py index 7d2b795..7235655 100644 --- a/visualizations/tornado_plot/webviz_tornado_plot/__init__.py +++ b/visualizations/tornado_plot/webviz_tornado_plot/__init__.py @@ -15,6 +15,7 @@ def __init__(self, *args, **kwargs): layout={ 'barmode': 'relative', 'showlegend': False, + 'yaxis': {'automargin': True} }, config={}, **kwargs)