Skip to content

Commit

Permalink
[Lens] Remove rank direction tooltip (#102886) (#103052)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
  • Loading branch information
kibanamachine and dej611 authored Jun 23, 2021
1 parent a8b9856 commit 0dafcb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -12743,7 +12743,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": "値の数",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -12914,7 +12914,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": "值数目",
Expand Down

0 comments on commit 0dafcb0

Please sign in to comment.