$(document).ready(function(){ var line1=$DATA$; var plot2 = $.jqplot('$JQPLOTID$', [line1], { title:'Customized Date Axis', gridPadding:{right:35}, axes:{ xaxis:{ renderer:$.jqplot.DateAxisRenderer, tickOptions:{formatString:'%M:%S'}, } }, series:[{lineWidth:2}] }); })