NEZ-839 feat:diagram 图表支持 font 配置 & tooltip 增加 description 配置项及展示

This commit is contained in:
zhangyu
2021-07-19 10:32:03 +08:00
parent 1cf3da9003
commit 1b713493a7
10 changed files with 208 additions and 93 deletions

View File

@@ -1456,7 +1456,17 @@ const en = {
cut: 'Cut',
copy: 'Copy',
paste: 'Paste',
textContent: 'Text content'
textContent: 'Text content',
textAlign: 'Text align',
textBaseline: 'Text baseline',
textOffsetX: 'Text offsetX',
textOffsetY: 'Text offsetY',
left: 'left',
center: 'center',
right: 'right',
topOffsetY: 'top',
middleOffsetY: 'middle',
bottomOffsetY: 'bottom'
},
update: 'Update'
},