{# Vertical bar chart — top N most expensive jobs by cost. Built on the same ECharts + ChartUtils helpers governor-web uses for the daily spend trend (packages/web/.../static/js/dashboard-charts.js). Audit shows per-job spend instead of per-day because the audit window doesn't have a meaningful date axis (single point-in-time scan). #}

Top {{ chart_jobs | length }} Spenders

By per-job execution cost · click a bar for the full SQL

{% if chart_jobs %}
{% else %}

No spend data available yet.

{% endif %}
{% if chart_jobs %} {% endif %}