[Lens] Remove rank direction tooltip (#102886)

This commit is contained in:
Marco Liberati 2021-06-23 10:27:43 +02:00 committed by GitHub
parent 7733950bde
commit c6e697f38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 21 deletions

View file

@ -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
>

View file

@ -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": "値の数",

View file

@ -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": "值数目",