mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
issue 57 - make y axis display ticks as integers
This commit is contained in:
@@ -20,6 +20,9 @@ $(document).ready(function(){
|
||||
mode: 'categories',
|
||||
tickLength: 0
|
||||
},
|
||||
yaxis: {
|
||||
tickDecimals: 0
|
||||
},
|
||||
lines: {
|
||||
lineWidth: 3
|
||||
},
|
||||
|
Reference in New Issue
Block a user