feat:valueMapping添加tooltip的提示 , 文本内容可以使用{{value}}替换为原值
fix:修改 chart Type为table时 value未添加背景色的问题
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user