[QSO Stats Year] Reversed array to that graph shows from oldest to newest year
这个提交包含在:
父节点
d37b9c4438
当前提交
a56e24304d
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -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, {
|
||||
|
|
|
|||
正在加载…
在新工单中引用