feat:添加连线的hover事件 修改图标库,添加国际化

This commit is contained in:
zhangyu
2020-09-15 17:39:11 +08:00
parent b8c9d2e0a3
commit 494fedb4de
13 changed files with 131 additions and 52 deletions

View File

@@ -227,7 +227,9 @@ const en = {
confirm:'Ok',// OK
cancel:'Cancel',//'取消',
moreTitle:'Showing only 20 time series. ',
moreTitleOther:'Showing only 10 the data. ',
showAll:'Show all ',
showAllOther:'All Data',
},
metric:{
name:'Metric name', //"指标名称"
@@ -856,10 +858,10 @@ const en = {
addLine:'Add Line',
lineName:'Line Name',
width:'thickness',
dashes:'Dotted line',
dashes:'dotted line',
option:'Option',
arrows:'Arrows',
color:'Color',
arrows:'arrows',
color:'color',
chartName:'Name',
unit:'Unit',
addModule:'Add Module',
@@ -870,6 +872,10 @@ const en = {
total:'Chart',
info:'Module Info',
alert:'Alert Message',
lineType:'linetype',
straight:'straight',
curve:'curve',
requiredName:'The name of the required'
},
},
...enLocale