Fix JS syntax in temperature chart loop

This commit is contained in:
mirivlad 2026-04-26 18:24:41 +08:00
parent 3f94d84d7c
commit 08a137fdf0
1 changed files with 2 additions and 3 deletions

View File

@ -760,7 +760,6 @@ chart{{ metricName|replace({'-': '_', '.': '_'}) }}.canvas.addEventListener('mou
{% endif %}
{% endfor %}
});