feat:valueMapping添加tooltip的提示 , 文本内容可以使用{{value}}替换为原值

fix:修改 chart Type为table时 value未添加背景色的问题
This commit is contained in:
zhangyu
2020-12-04 17:24:12 +08:00
parent 728416de04
commit 053f1f123b
5 changed files with 23 additions and 9 deletions

View File

@@ -182,6 +182,9 @@ const cn = {
unit: "单位",
legend: "图例",
legendTip: "使用名称或表达式控制时间序列的名称。例如{{hostname}将替换为标签主机名的标签值。",
valueMappingTip: '使用{{value}}可以显示原值\n'+
'例如total alive: {{value}}\n'+
'结果为total alive: 100',
option: "操作",
alertParam:{
param:'参数',