Skip to content

Commit eb666e2

Browse files
[ML] Anomaly Detection datafeed chart: updates tooltip copy for clarity (#143331)
* add clearer tooltip messaging to datafeed chart * update tooltip copy to be consistent Co-authored-by: Kibana Machine <[email protected]>
1 parent c9bb23a commit eb666e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugins/ml/public/application/jobs/jobs_list/components/datafeed_chart_flyout/datafeed_chart_flyout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ export const DatafeedChartFlyout: FC<DatafeedChartFlyoutProps> = ({
510510
key={'source-results'}
511511
color={euiTheme.euiColorPrimary}
512512
id={i18n.translate('xpack.ml.jobsList.datafeedChart.sourceSeriesId', {
513-
defaultMessage: 'Source indices',
513+
defaultMessage: 'Source indices document count',
514514
})}
515515
xScaleType={ScaleType.Time}
516516
yScaleType={ScaleType.Linear}
@@ -523,7 +523,7 @@ export const DatafeedChartFlyout: FC<DatafeedChartFlyoutProps> = ({
523523
key={'job-results'}
524524
color={euiTheme.euiColorAccentText}
525525
id={i18n.translate('xpack.ml.jobsList.datafeedChart.bucketSeriesId', {
526-
defaultMessage: 'Job results',
526+
defaultMessage: 'Datafeed document count',
527527
})}
528528
xScaleType={ScaleType.Time}
529529
yScaleType={ScaleType.Linear}

0 commit comments

Comments
 (0)