mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
8
.github/generate_map.py
vendored
8
.github/generate_map.py
vendored
@@ -104,13 +104,13 @@ def build_choropleth(percent_by_iso):
|
|||||||
fig.update_layout(
|
fig.update_layout(
|
||||||
coloraxis_colorbar=dict(
|
coloraxis_colorbar=dict(
|
||||||
title="% stargazers",
|
title="% stargazers",
|
||||||
orientation="h", # <-- échelle horizontale
|
orientation="h", # <-- échelle horizontale
|
||||||
x=0.5, # <-- centré
|
x=0.5, # <-- centré
|
||||||
y=0, # <-- tout en bas
|
y=0, # <-- tout en bas
|
||||||
xanchor="center",
|
xanchor="center",
|
||||||
yanchor="bottom",
|
yanchor="bottom",
|
||||||
thickness=15,
|
thickness=15,
|
||||||
len=0.7, # <-- longueur de l'échelle, ajustable
|
len=0.7, # <-- longueur de l'échelle, ajustable
|
||||||
),
|
),
|
||||||
margin=dict(l=0, r=0, t=0, b=0),
|
margin=dict(l=0, r=0, t=0, b=0),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user