diff --git a/README.md b/README.md index 0ca6cce..76ac31d 100644 --- a/README.md +++ b/README.md @@ -3436,7 +3436,8 @@ def display_data(df): figure.update_layout( yaxis1=dict(title='Total Cases', rangemode='tozero'), yaxis2=dict(title='%', rangemode='tozero', overlaying='y', side='right'), - legend=dict(x=1.1) + legend=dict(x=1.1), + height=450 ).show() if __name__ == '__main__': diff --git a/index.html b/index.html index 38732fd..c12d42b 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@