去掉echerts背景色
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user