mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Amend xaxis mode to time from category to try to reduce x axis clutter
This commit is contained in:
@@ -17,4 +17,9 @@ function helper (register) {
|
||||
return moment(context).fromNow();
|
||||
});
|
||||
|
||||
register('date-timestamp', function (context) {
|
||||
return moment(context).valueOf();
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user