柱状图形式1
series: [{ data: [120, 200, 150, 80, 70, 110, 130], type: 'bar', showBackground: true, backgroundStyle: { color: 'rgba(220, 220, 220, 0.8)' }, barWidth: '45%', // 控制柱子外观 itemStyle: { barBorderRadius: 10 }, // label是否显示文字 默认不显示;position有很多选项 distance受position影响。 label: { show: true, position: 'insideTop', distance:20 } }]