jqplot: remove X axis vertical grid lines

This commit is contained in:
Atul Pratap Singh 2012-09-06 00:03:52 +05:30
parent aad601fa3f
commit 13ca31d85f

View File

@ -380,7 +380,8 @@ $(function() {
xaxis: {
renderer: $.jqplot.DateAxisRenderer,
tickOptions: {
formatString: '%H:%M:%S'
formatString: '%H:%M:%S',
showGridline: false
}
},
yaxis: {