feat:chart 添加topolog图

This commit is contained in:
zhangyu
2021-06-29 14:10:41 +08:00
parent b1d1513e48
commit ae5dbcdf00
13 changed files with 3025 additions and 28 deletions

View File

@@ -269,6 +269,8 @@ const en = {
thresholds: 'Thresholds',
group: 'Group',
remark: 'Description',
lock: 'Lock',
align: 'Align',
typeVal: {
line: {
label: 'Line Chart' // "曲线图"
@@ -298,6 +300,9 @@ const en = {
text: {
label: 'Text'
},
diagram: {
label: 'Diagram'
},
group: {
label: 'Group'
}
@@ -313,6 +318,15 @@ const en = {
different: 'Different',
null: 'None'
},
alignList: {
left: 'Left',
right: 'Right',
center: 'Center'
},
lockList: {
on: 'ON',
off: 'OFF'
},
width: 'Width', // "宽"
high: 'Height', // "高"
metric: 'Metric', // "指标"
@@ -1424,7 +1438,8 @@ const en = {
imgError: 'Please upload pictures',
folder: 'Folder',
selMod: 'Please bind module for all nodes',
none: 'None'
none: 'None',
previewExit: 'Continue'
},
update: '更新'
},