xAxis: {
show: true,
type: 'category',
boundaryGap: false,
data: charts.lineX,
axisLabel: {
textStyle: {
color: 'rgb(0,0,0)'
},
formatter: function(params) {
return params.split(' ')[0] + '\n' + params.split(' ')[1]
}
}
},