{% include "header.html" %}
Show/Hide all
{% for c in range((details['datasets'].values()|list)[0]|length) %} {% set axis = (details['datasets'].values()|list)[0][c] %} {% if "yAxisID" in axis.keys() %} {% set fullname = chart+":"+axis.label|replace('extrametric_', '') %} {% if fullname | is_hidden_custom() %} {% else %} {% endif %} {% endif %} {% endfor %}