forked from github/dataease
Merge pull request #12504 from dataease/pr@dev-v2@style_label
style: 标签样式调整
This commit is contained in:
commit
ab6b323be4
@ -573,7 +573,7 @@ export function getConditions(chart: Chart) {
|
||||
return res
|
||||
}
|
||||
|
||||
export function mappingColor(value, defaultColor, field, type, filedValueMap, rowData) {
|
||||
export function mappingColor(value, defaultColor, field, type, filedValueMap?, rowData?) {
|
||||
let color
|
||||
for (let i = 0; i < field.conditions.length; i++) {
|
||||
let flag = false
|
||||
|
Loading…
Reference in New Issue
Block a user