参考链接(https://www.cnblogs.com/malong1992/p/12818785.html)
series: [{name: '2019年',type: 'bar',data: [100000, , 20000, 20000, 20000, 110000, 30000],barWidth: '20%',itemStyle: {barBorderRadius: [0, 5, 5, 0]}},{name: '2020年',type: 'bar',data: [70000, 50000, 130000, 50000, 50000, 20000],barWidth: '20%',itemStyle: {barBorderRadius: [0, 5, 5, 0]}},{name: '2021年',type: 'bar',data: [90000, 80000, 90000, 150000, 80000, 50000],barWidth: '20%',itemStyle: {barBorderRadius: [0, 5, 5, 0]}},],
效果如下:
