forked from external-repos/pa11y-dashboard
Issue 24 - Reverse order of graph results
This commit is contained in:
@@ -110,6 +110,7 @@ $(document).ready(function(){
|
||||
data[type] = [];
|
||||
}
|
||||
data[type].push([label, +value]);
|
||||
data[type].reverse();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user