fix: 修复未按新版本echarts的emphasis写法导致的报警问题
This commit is contained in:
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user