Skip to content

Commit

Permalink
[ML] Anomaly Detection datafeed chart: updates tooltip copy for clari…
Browse files Browse the repository at this point in the history
…ty (#143331)

* add clearer tooltip messaging to datafeed chart

* update tooltip copy to be consistent

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
alvarezmelissa87 and kibanamachine authored Oct 18, 2022
1 parent c9bb23a commit eb666e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export const DatafeedChartFlyout: FC<DatafeedChartFlyoutProps> = ({
key={'source-results'}
color={euiTheme.euiColorPrimary}
id={i18n.translate('xpack.ml.jobsList.datafeedChart.sourceSeriesId', {
defaultMessage: 'Source indices',
defaultMessage: 'Source indices document count',
})}
xScaleType={ScaleType.Time}
yScaleType={ScaleType.Linear}
Expand All @@ -523,7 +523,7 @@ export const DatafeedChartFlyout: FC<DatafeedChartFlyoutProps> = ({
key={'job-results'}
color={euiTheme.euiColorAccentText}
id={i18n.translate('xpack.ml.jobsList.datafeedChart.bucketSeriesId', {
defaultMessage: 'Job results',
defaultMessage: 'Datafeed document count',
})}
xScaleType={ScaleType.Time}
yScaleType={ScaleType.Linear}
Expand Down

0 comments on commit eb666e2

Please sign in to comment.