mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Fix x-axis - stop multiple appearances of dates
This commit is contained in:
@@ -19,6 +19,7 @@ $(document).ready(function(){
|
|||||||
xaxis: {
|
xaxis: {
|
||||||
mode: 'time',
|
mode: 'time',
|
||||||
tickLength: 0,
|
tickLength: 0,
|
||||||
|
minTickSize: [1, 'day'],
|
||||||
timeformat: '%d %b'
|
timeformat: '%d %b'
|
||||||
},
|
},
|
||||||
yaxis: {
|
yaxis: {
|
||||||
|
2
public/js/site.min.js
vendored
2
public/js/site.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user