去掉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,
},
yAxis: {
type: 'value'
type: 'value',
},
series: [
{
data: yData,
type: 'bar',
showBackground: true,
backgroundStyle: {
color: 'rgba(180, 180, 180, 0.2)'
},
itemStyle: {
normal: {
color: "#5087ec",