jqplot: remove X axis vertical grid lines
This commit is contained in:
parent
aad601fa3f
commit
13ca31d85f
@ -380,7 +380,8 @@ $(function() {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.DateAxisRenderer,
|
||||
tickOptions: {
|
||||
formatString: '%H:%M:%S'
|
||||
formatString: '%H:%M:%S',
|
||||
showGridline: false
|
||||
}
|
||||
},
|
||||
yaxis: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user