{# What a column is made of: one meter per value. Meters rather than a pie. A pie of six slices is six colours to tell apart and six angles to compare, and a single brand hue cannot supply six that stay distinct for everyone -- the palette here is derived from one number on purpose. Bars sharing one hue compare by length, which is the one visual channel people read accurately, and every row carries its own count and share in text beside it. Each bar's length is against the biggest value rather than the total: a column split forty ways would otherwise draw forty slivers, and the percentage beside it still says what the real share of the whole is. #} {% set card = card.context %} {% set distribution = card.distribution %}

{% if card.title %} {{ _(card.title) }} {% else %} {{ _("{subject} by {label}", subject=_(card.subject), label=_(distribution.label)) }} {% endif %}

{{ _("Total") }} ยท {{ distribution.total }}

{% if card.url %} {{ _("View all") }} {{ ff_icon("arrow-right", size=14) }} {% endif %}