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