{# host_agent history-graph widget — the host-view utilization chart, embedded on a dashboard. Fills the (resizable) panel; epoch-ms linear axis so no Chart.js date adapter is needed. #} {% set has_data = host and (series.cpu_pct or series.mem_used_pct or series.disk_root) %} {% if not host %}