{% include "header.html" %}
{% for item in details['datasets'].keys() %} {% if item != "" %}
{{ item }}
{% endif %} {% endfor %}
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() %}
{{ axis.label|replace('extrametric_', '') }}
{% else %}
{{ axis.label|replace('extrametric_', '') }}
{% endif %} {% endif %} {% endfor %}