option = { backgroundColor: "#041139", color: "#04CFE4", grid: { top: 80, left: 60, right: 40, bottom: 60 }, xAxis: { type: 'category', axisTick: false, axisLabel: { interval: 0, color: '#fff', fontSize: 14 }, data: ['数据1', '数据2', '数据3', '数据3', '数据5'] }, yAxis: { type: 'value', interval: 100, splitLine: false, axisLabel: { color: '#fff' } }, series: [ { data: [80, 200, 150, 180, 250], type: "pictorialBar", symbol: "path://M0,10 L10,10 C5.5,10 5.5,5 5,0 C4.5,5 4.5,10 0,10 z", label: { show: true, color: '#fff', position: 'top' } } ] }