mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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 <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c9bb23ad8d
commit
eb666e20b5
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue