This commit is contained in:
姚宇浩 2024-06-06 14:24:18 +08:00
parent 007b678d7e
commit f3c088b2fd
1 changed files with 2 additions and 0 deletions

View File

@ -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)" },