{# Magnitude across labelled categories. One hue: the label is already beside the bar, so colour carries no identity it would have to encode legibly. #}
{% if title %}
{{ title }}
{% endif %} {% if not bars %}

Nothing to show yet.

{% else %}
{% for bar in bars %}
{{ bar.label }} {{ render_value(bar.value) }}
{% endfor %}
{% endif %}