You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include 'insights/components/package_panel_donuts.html' with panel=panel %}
47
+
{% for chart in panel.charts|slice:"2:" %}
48
+
{% include 'insights/components/chart_card.html' with chart=chart current_panel_id=current_panel_id search_query=search_query search_error=search_error %}
49
+
{% endfor %}
50
+
{% else %}
51
+
{% for chart in panel.charts %}
52
+
{% include 'insights/components/chart_card.html' with chart=chart current_panel_id=current_panel_id search_query=search_query search_error=search_error %}
0 commit comments