<%= link_to points_url(month_timespan(stat)), class: "underline hover:no-underline text-#{header_colors.sample}" do %> <%= "#{Date::MONTHNAMES[stat.month]} of #{stat.year}" %> <% end %>

<%= stat.distance %>km

<% if REVERSE_GEOCODING_ENABLED %>
<%= stat.toponyms.count %> countries, <%= stat.toponyms.sum { _1['cities'].count } %> cities
<% end %> <% if stat.daily_distance %> <%= column_chart( stat.daily_distance, height: '100px', suffix: ' km', xtitle: 'Days', ytitle: 'Distance' ) %> <% end %>