DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

do not display anything for 0 attempts. #2757

Closed as6325400 closed 4 weeks ago

as6325400 commented 1 month ago

issue

https://github.com/DOMjudge/domjudge/issues/2528

display

截圖 2024-10-25 上午11 19 24 截圖 2024-10-25 上午11 25 25

Implement

Forcing the height to 0 after the chart rendering finishes may not be the most elegant solution, but I believe it's workable. Additionally, it involves minimal code changes.