{# Charts Component Template - Reusable chart components for the dashboard #} {# Macro for rendering a trend chart container #} {% macro trend_chart(chart_id, title="", height="300px") %}
{{ label }}
{{ value }}
{% if change is not none %}{% if change > 0 %}+{% endif %}{{ change }}%
{% endif %}