forked from github/dataease
fix(图表): 修复指标卡名称颜色无法批量设置问题
This commit is contained in:
parent
22fd05d93a
commit
9e18c11f92
@ -313,7 +313,7 @@ const renderChart = async view => {
|
|||||||
if (indicatorName?.show) {
|
if (indicatorName?.show) {
|
||||||
let nameColor = indicatorName.color
|
let nameColor = indicatorName.color
|
||||||
|
|
||||||
if (basicStyle?.alpha !== undefined) {
|
if (basicStyle?.alpha !== undefined && !batchOptStatus.value) {
|
||||||
nameColor = hexColorToRGBA(basicStyle.colors[2], basicStyle.alpha)
|
nameColor = hexColorToRGBA(basicStyle.colors[2], basicStyle.alpha)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user