We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a1d2a commit a43311eCopy full SHA for a43311e
generate_images.py
@@ -65,6 +65,8 @@ async def generate_languages(s: Stats) -> None:
65
color = data.get("color")
66
color = color if color is not None else "#000000"
67
ratio = [.98, .02]
68
+ if data.get("prop", 0) > 50:
69
+ ratio = [.99, .01]
70
if i == len(sorted_languages) - 1:
71
ratio = [1, 0]
72
progress += (f'<span style="background-color: {color};'
0 commit comments