$.ajax({ type: "POST", url: "/overview", success: function(data) { option = { xAxis: { data: xaxis, type: "category", axisLable: { interval: 0, rotate: 45, }, }, series: [{ name: "人数", data: series, }] }; overView.setOption(option); } })