mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Issue 24 - Reverse order of graph results
This commit is contained in:
@@ -110,6 +110,7 @@ $(document).ready(function(){
|
|||||||
data[type] = [];
|
data[type] = [];
|
||||||
}
|
}
|
||||||
data[type].push([label, +value]);
|
data[type].push([label, +value]);
|
||||||
|
data[type].reverse();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user