var flotdata = [ [2006, 0], [2007, 0], [2008, 0], [2009, 0], [2010, 0], [2011, 0], [2012, 0], [2013, 0] ]; var flotdataset = [ { label: "历年搜索结果", data: flotdata}]; var flotoptions = { series: { bars: { show: true } }, bars: { align: "center", barWidth: 0.5 }, xaxis: { tickSize:1, axisLabel: "年份", axisLabelUseCanvas: true, axisLabelFontSizePixels: 12, axisLabelFontFamily: 'Verdana, Arial', axisLabelPadding: 10 }, yaxis: { axisLabel: "搜索结果数量", axisLabelUseCanvas: true, axisLabelFontSizePixels: 12, axisLabelFontFamily: 'Verdana, Arial', axisLabelPadding: 3 }, legend: { noColumns: 0, labelBoxBorderColor: "#000000", position: "nw" }, grid: { hoverable: true, borderWidth: 2, backgroundColor: { colors: ["#ffffff", "#EDF5FF"] } } }; $(document).ready(function () { $("#flot-placeholder").remove(); $("#totalRecord_his_snum").html("更多历史信息检索"); });