Fix x-axis - stop multiple appearances of dates

This commit is contained in:
perryharlock
2013-11-26 11:36:25 +00:00
parent e13de45e4a
commit 5c10261c56
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ $(document).ready(function(){
xaxis: {
mode: 'time',
tickLength: 0,
minTickSize: [1, 'day'],
timeformat: '%d %b'
},
yaxis: {

File diff suppressed because one or more lines are too long