jqplot: remove X axis vertical grid lines

This commit is contained in:
Atul Pratap Singh 2012-09-06 00:03:52 +05:30 committed by Michal Čihař
parent a0a48122ea
commit 2c0faaf7f5

View File

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