🖼️ Vista previa de gráficos
{% if graphs and graphs|length > 0 %}
{% for graph in graphs %}
{% if graph.type == 'image' %}
Ver en grande
{% elif graph.type == 'html' %}
Ver en grande
{% endif %}
{% endfor %}
{% else %}
No hay gráficos disponibles.
{% endif %}