series: [{ barWidth:26,// 柱形寬度(折線圖無) name: '',// legend對應的名稱 type: 'bar',// 圖形類型 stack: 'TUE',// 若多個值一樣,則堆疊到一起 data: [1,1,1,11],// 數值 smooth: true, // 線條平滑展示,折線圖起作用 areaStyle: {},// 面積填充,折線圖有效 emphasis: {// 高亮 label: { show: true, textStyle: { color: '#333333', fontWeight: 'bold' } } } }]