yAxis : [
{
type : 'value',
name : '销售台数',
// min: 0,
// max: 200,
// interval: 20,
axisLabel: {
formatter: '{value} 台'
}
],