UEFA NL | undo
This commit is contained in:
parent
7eb199cc49
commit
9a1727d2c0
@ -226,7 +226,7 @@ for sg in supergroups:
|
|||||||
sol += "<tr>\n"
|
sol += "<tr>\n"
|
||||||
sol += f"<td>{t1.shortname} - {t.pot}</td>"
|
sol += f"<td>{t1.shortname} - {t.pot}</td>"
|
||||||
for t2 in sg.teams.order_by('pot'):
|
for t2 in sg.teams.order_by('pot'):
|
||||||
color = heatmap_color_for((abs(teams_in_group_together[(t1,t2)]-(25))/(25)))
|
color = heatmap_color_for((abs(teams_in_group_together[(t1,t2)]-(maxVal+minVal)/2))/((maxVal-minVal)/2 or 1))
|
||||||
opacity = "1"
|
opacity = "1"
|
||||||
if teams_in_group_together[(t1,t2)] == 0:
|
if teams_in_group_together[(t1,t2)] == 0:
|
||||||
color = 'lightgrey'
|
color = 'lightgrey'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user