This commit is contained in:
parent
007b678d7e
commit
f3c088b2fd
|
@ -126,6 +126,7 @@ const getOption = () => {
|
|||
},
|
||||
},
|
||||
itemStyle: {
|
||||
show:true,
|
||||
color: {
|
||||
type: "linear",
|
||||
colorStops: [
|
||||
|
@ -153,6 +154,7 @@ const getOption = () => {
|
|||
},
|
||||
itemStyle: {
|
||||
color: {
|
||||
show:true,
|
||||
type: "linear",
|
||||
colorStops: [
|
||||
{ offset: 0, color: "rgba(23, 255, 206, 0.2)" },
|
||||
|
|
Loading…
Reference in New Issue