mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Lens] Updates Series color tooltip (#144846)
## Summary Updates the Series color tooltip to: `You are unable to apply custom colors to individual series when the layer includes a "Break down by" field.`
This commit is contained in:
parent
df43ad4e1e
commit
1a660f027f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const tooltipContent = {
|
|||
}),
|
||||
disabled: i18n.translate('xpack.lens.configPanel.color.tooltip.disabled', {
|
||||
defaultMessage:
|
||||
'Individual series cannot be custom colored when the layer includes a “Break down by.“',
|
||||
'You are unable to apply custom colors to individual series when the layer includes a "Break down by" field.',
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue