运行情况

This commit is contained in:
仲么了
2024-02-27 14:47:45 +08:00
parent 2740aa11a7
commit 374971c828
3 changed files with 29 additions and 19 deletions

View File

@@ -109,14 +109,14 @@ const handlerBar = (options: any) => {
item.itemStyle = Object.assign(
{
color: (params: any) => {
console.log(params)
if (params.value == 0 || params.value == 3.14159) {
return '#ccc'
} else {
return color[params.seriesIndex]
}
}
}
},
item.itemStyle
)
}
})