去掉echerts背景色

This commit is contained in:
shijingjing
2022-08-18 12:21:45 +08:00
parent 378c634c4a
commit 583b210687

View File

@@ -206,16 +206,12 @@ export default {
data: xData, data: xData,
}, },
yAxis: { yAxis: {
type: 'value' type: 'value',
}, },
series: [ series: [
{ {
data: yData, data: yData,
type: 'bar', type: 'bar',
showBackground: true,
backgroundStyle: {
color: 'rgba(180, 180, 180, 0.2)'
},
itemStyle: { itemStyle: {
normal: { normal: {
color: "#5087ec", color: "#5087ec",