fix: 修复未按新版本echarts的emphasis写法导致的报警问题

This commit is contained in:
刘洪洪
2022-12-13 15:17:37 +08:00
parent abe65b85ba
commit 06fcdbaa35
4 changed files with 8 additions and 8 deletions

View File

@@ -207,8 +207,8 @@ export const pieForSeverity = {
return `${param.name}: ${param.value}`
}
},
emphasis: {
itemStyle: {
itemStyle: {
emphasis: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'