mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Lens] Updates the UI copy for Random sampling (#144265)
## Summary Updates the Random sampling copy. Original PR: #143929 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c88a680c60
commit
64c3c63e21
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export function LayerSettingsPanel({
|
|||
<p>
|
||||
<FormattedMessage
|
||||
id="xpack.lens.xyChart.randomSampling.help"
|
||||
defaultMessage="Lower sampling percentages increase speed at the cost of accuracy. It is recommended that lower sampling percentages only be used for large datasets. {link}"
|
||||
defaultMessage="Lower sampling percentages increase speed, but decrease accuracy. As a best practice, use lower sampling only for large datasets. {link}"
|
||||
values={{
|
||||
link: (
|
||||
<EuiLink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue