<%= link_to year, "/stats/#{year}", class: "underline hover:no-underline text-#{header_colors.sample}" %> <%= link_to '[Map]', map_url(year_timespan(year)), class: 'underline hover:no-underline' %>

<%= column_chart( @year_distances[year].map { |month_name, distance_meters| [month_name, Stat.convert_distance(distance_meters, current_user.safe_settings.distance_unit).round] }, height: '200px', suffix: " #{current_user.safe_settings.distance_unit}", xtitle: 'Days', ytitle: 'Distance' ) %>
<% stats.each do |stat| %> <%= render stat %> <% end %>