<% cache [current_user, 'year_distance_stat_in_km', year], skip_digest: true do %>
<%= number_with_delimiter year_distance_stat_in_km(year) %>km
<% end %>
<% if REVERSE_GEOCODING_ENABLED %>
<% cache [current_user, 'countries_and_cities_stat', year], skip_digest: true do %>
<%= countries_and_cities_stat(year) %>
<% end %>
<% end %>
<%= column_chart(
Stat.year_distance(year),
height: '200px',
suffix: ' km',
xtitle: 'Days',
ytitle: 'Distance'
) %>