jqplot: remove X axis vertical grid lines
This commit is contained in:
parent
a0a48122ea
commit
2c0faaf7f5
@ -379,7 +379,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