diff --git a/src/view/echarts_education/pie5.vue b/src/view/echarts_education/pie5.vue index 5413cce..df04345 100644 --- a/src/view/echarts_education/pie5.vue +++ b/src/view/echarts_education/pie5.vue @@ -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)" },