feat(图表): 指标卡支持设置名称和值间距

This commit is contained in:
wisonic-s
2024-04-18 17:11:42 +08:00
parent de383e3357
commit 4710fb18a4
8 changed files with 219 additions and 95 deletions

View File

@@ -128,7 +128,7 @@ export const customAttrTrans = {
label: ['fontSize'],
tooltip: ['fontSize'],
indicator: ['fontSize', 'suffixFontSize'],
indicatorName: ['fontSize']
indicatorName: ['fontSize', 'nameValueSpacing']
}
export const customStyleTrans = {
text: ['fontSize'],