diff --git a/frontend/src/business/components/performance/report/components/PerformanceChart.vue b/frontend/src/business/components/performance/report/components/PerformanceChart.vue index 92ae005936..0416fef547 100644 --- a/frontend/src/business/components/performance/report/components/PerformanceChart.vue +++ b/frontend/src/business/components/performance/report/components/PerformanceChart.vue @@ -97,19 +97,6 @@ export default { width: 1 } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: 'rgba(137, 189, 27, 0.3)' - }, { - offset: 0.8, - color: 'rgba(137, 189, 27, 0)' - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: 'rgb(137,189,27)', @@ -131,19 +118,6 @@ export default { width: 1 } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: 'rgba(0, 136, 212, 0.3)' - }, { - offset: 0.8, - color: 'rgba(0, 136, 212, 0)' - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: 'rgb(0,136,212)', @@ -165,19 +139,6 @@ export default { width: 1 } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: 'rgba(219, 50, 51, 0.3)' - }, { - offset: 0.8, - color: 'rgba(219, 50, 51, 0)' - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: 'rgb(219,50,51)', diff --git a/frontend/src/business/components/performance/report/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/report/components/PerformancePressureConfig.vue index 9691322dce..0623808184 100644 --- a/frontend/src/business/components/performance/report/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/report/components/PerformancePressureConfig.vue @@ -452,19 +452,6 @@ export default { width: 1 } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: hexToRgba(color[i % color.length], 0.3), - }, { - offset: 0.8, - color: hexToRgba(color[i % color.length], 0), - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: hexToRgb(color[i % color.length]), @@ -582,19 +569,6 @@ export default { width: 1 } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: 'rgba(137, 189, 27, 0.3)' - }, { - offset: 0.8, - color: 'rgba(137, 189, 27, 0)' - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: 'rgb(137,189,27)', diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index f3014984fa..bf714be58b 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -515,19 +515,6 @@ export default { smooth: false, symbolSize: 5, showSymbol: false, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: hexToRgba(color[i % color.length], 0.3), - }, { - offset: 0.8, - color: hexToRgba(color[i % color.length], 0), - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: hexToRgb(color[i % color.length]), diff --git a/frontend/src/business/components/track/plan/view/comonents/load/PerformanceLoadConfig.vue b/frontend/src/business/components/track/plan/view/comonents/load/PerformanceLoadConfig.vue index 57861d4936..40a9784b7d 100644 --- a/frontend/src/business/components/track/plan/view/comonents/load/PerformanceLoadConfig.vue +++ b/frontend/src/business/components/track/plan/view/comonents/load/PerformanceLoadConfig.vue @@ -515,19 +515,6 @@ export default { smooth: false, symbolSize: 5, showSymbol: false, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ - offset: 0, - color: hexToRgba(color[i % color.length], 0.3), - }, { - offset: 0.8, - color: hexToRgba(color[i % color.length], 0), - }], false), - shadowColor: 'rgba(0, 0, 0, 0.1)', - shadowBlur: 10 - } - }, itemStyle: { normal: { color: hexToRgb(color[i % color.length]),