feat:chart type为singleStat 是 value Mapping 可以设置字体颜色 和背景颜色

This commit is contained in:
zhangyu
2020-12-04 15:24:59 +08:00
parent c48b02839a
commit 728416de04
4 changed files with 496 additions and 258 deletions

View File

@@ -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);
}
}
}