来源:https://www.cnblogs.com/aknife/p/13278009.html
xAxis: {
type: 'category',
name:"Time(S)",
boundaryGap: false,
data: result.xAxisArry,
axisLine: {
onZero: false //-----------重点
}
},