Skip to content

Commit

Permalink
[ML] Adds tooltip for top influencers (#97762)
Browse files Browse the repository at this point in the history
Co-authored-by: Dima Arnautov <[email protected]>
  • Loading branch information
lcawl and darnautov authored Apr 22, 2021
1 parent 49cdc90 commit 5c94911
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions x-pack/plugins/ml/public/application/explorer/explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,15 @@ export class ExplorerUI extends React.Component {
id="xpack.ml.explorer.topInfuencersTitle"
defaultMessage="Top influencers"
/>
<EuiIconTip
content={
<FormattedMessage
id="xpack.ml.explorer.topInfluencersTooltip"
defaultMessage="View the relative impact of the top influencers in the selected time period and add them as filters on the results. Each influencer has a maximum anomaly score between 0-100 and a total anomaly score for that period."
/>
}
position="right"
/>
</h2>
</EuiTitle>
{loading ? (
Expand Down

0 comments on commit 5c94911

Please sign in to comment.