mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Revert "fix: replace non-breaking spaces with regular spaces"
This reverts commit 9b78732938.
This commit is contained in:
12
.github/generate_map.py
vendored
12
.github/generate_map.py
vendored
@@ -104,12 +104,12 @@ def build_choropleth(percent_by_iso):
|
||||
)
|
||||
fig.update_layout(
|
||||
coloraxis_colorbar=dict(
|
||||
title="% stargazers",
|
||||
len=0.5,
|
||||
thickness=15,
|
||||
x=0.95,
|
||||
y=0.5,
|
||||
),
|
||||
title="% stargazers",
|
||||
len=0.5,
|
||||
thickness=15,
|
||||
x=0.95,
|
||||
y=0.5,
|
||||
),
|
||||
margin=dict(l=0, r=0, t=0, b=0),
|
||||
)
|
||||
PNG_PATH.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
BIN
.github/stargazer_map.png
vendored
BIN
.github/stargazer_map.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
Reference in New Issue
Block a user