var option = {
xAxis: {
data: ['a', 'b', 'c', 'd', 'e']
},
yAxis: {
},
series: [{
type: 'line',
data: ['0', '0', '0', '', '']
}]
};