From c80616e9150efc5d624943651e98c85c2823dcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= Date: Sun, 9 Sep 2018 14:00:16 +0200 Subject: [PATCH] Fix tornado plot label position bug --- visualizations/tornado_plot/webviz_tornado_plot/__init__.py | 1 + 1 file changed, 1 insertion(+) 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)