Code:
<script class="code" type="text/javascript">$(document).ready(function(){$.jqplot.config.enablePlugins = true;var s1 = [2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10,2, 6, 7, 10];var ticks = ['14:45', '14:50', '14:55', '15:00','15:05', '15:10', '15:15', '15:20','15:25', '15:30', '15:35', '15:40','15:45', '15:50', '15:55', '16:00','16:05', '16:10', '16:16', '16:20','16:25', '16:30', '16:35', '16:40','16:45', '16:50', '16:55', '17:00'];plot1 = $.jqplot('chart1', [s1], {// Only animate if we're not using excanvas (not in IE 7 or IE 8)..animate: !$.jqplot.use_excanvas,seriesDefaults:{renderer:$.jqplot.BarRenderer,pointLabels: { show: false },rendererOptions: {fillToZero: true},},axes: {xaxis: {renderer: $.jqplot.CategoryAxisRenderer,ticks: ticks,zoom:true,showTicks: true,ShowTickMarks: true,numberTicks: 12,max: 8}},highlighter: { show: false }});});</script>