diff --git a/assets/js/sections/statistics.js b/assets/js/sections/statistics.js index b3612dbc..8ffc5b7f 100644 --- a/assets/js/sections/statistics.js +++ b/assets/js/sections/statistics.js @@ -104,6 +104,9 @@ function totalQsosPerYear() { labels.push(this.year); dataQso.push(this.total); }); + + labels.reverse(); + dataQso.reverse(); var ctx = document.getElementById("yearChart").getContext('2d'); var myChart = new Chart(ctx, {