feat:chart type为singleStat 是 value Mapping 可以设置字体颜色 和背景颜色
This commit is contained in:
@@ -72,7 +72,9 @@ export const clickoutside = {
|
||||
if (binding.arg) {
|
||||
binding.value(e, binding.arg);
|
||||
} else {
|
||||
binding.value(e);
|
||||
if(binding.value){
|
||||
binding.value(e);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user