mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Lens] Remove rank direction tooltip (#102886)
This commit is contained in:
parent
7733950bde
commit
c6e697f38c
3 changed files with 3 additions and 21 deletions
|
@ -424,25 +424,9 @@ export const termsOperation: OperationDefinition<TermsIndexPatternColumn, 'field
|
|||
/>
|
||||
</EuiFormRow>
|
||||
<EuiFormRow
|
||||
label={
|
||||
<>
|
||||
{i18n.translate('xpack.lens.indexPattern.terms.orderDirection', {
|
||||
defaultMessage: 'Rank direction',
|
||||
})}{' '}
|
||||
<EuiIconTip
|
||||
color="subdued"
|
||||
content={i18n.translate('xpack.lens.indexPattern.terms.orderDirectionHelp', {
|
||||
defaultMessage: `Specifies the ranking order of the top values.`,
|
||||
})}
|
||||
iconProps={{
|
||||
className: 'eui-alignTop',
|
||||
}}
|
||||
position="top"
|
||||
size="s"
|
||||
type="questionInCircle"
|
||||
/>
|
||||
</>
|
||||
}
|
||||
label={i18n.translate('xpack.lens.indexPattern.terms.orderDirection', {
|
||||
defaultMessage: 'Rank direction',
|
||||
})}
|
||||
display="columnCompressed"
|
||||
fullWidth
|
||||
>
|
||||
|
|
|
@ -12735,7 +12735,6 @@
|
|||
"xpack.lens.indexPattern.terms.orderByHelp": "上位の値がランク付けされる条件となるディメンションを指定します。",
|
||||
"xpack.lens.indexPattern.terms.orderDescending": "降順",
|
||||
"xpack.lens.indexPattern.terms.orderDirection": "ランク方向",
|
||||
"xpack.lens.indexPattern.terms.orderDirectionHelp": "上位の値のランク順序を指定します。",
|
||||
"xpack.lens.indexPattern.terms.otherBucketDescription": "他の値を「その他」としてグループ化",
|
||||
"xpack.lens.indexPattern.terms.otherLabel": "その他",
|
||||
"xpack.lens.indexPattern.terms.size": "値の数",
|
||||
|
|
|
@ -12906,7 +12906,6 @@
|
|||
"xpack.lens.indexPattern.terms.orderByHelp": "指定排名靠前值排名所依据的维度。",
|
||||
"xpack.lens.indexPattern.terms.orderDescending": "降序",
|
||||
"xpack.lens.indexPattern.terms.orderDirection": "排名方向",
|
||||
"xpack.lens.indexPattern.terms.orderDirectionHelp": "指定排名靠前值的排名顺序。",
|
||||
"xpack.lens.indexPattern.terms.otherBucketDescription": "将其他值分组为“其他”",
|
||||
"xpack.lens.indexPattern.terms.otherLabel": "其他",
|
||||
"xpack.lens.indexPattern.terms.size": "值数目",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue