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

@@ -145,6 +145,9 @@ const en = {
legend:'Legend',
statistics:'Statistics',
legendTip:'Controls the name of the time series, using name or pattern. For example {{hostname}} will be replaced with label value for the label hostname.',
valueMappingTip: 'Use {{value}} to display the original value\n'+
'For example: Total Alive: {{value}}\n'+
'The result is: Total Alive: 100',
sync: 'Sync to assets',
last:'Last',
threshold:'Threshold',