Skip to content

Commit

Permalink
[Lens] update xpack.lens.pie.smallValuesWarningMessage text (#120478)
Browse files Browse the repository at this point in the history
* [Lens] update xpack.lens.pie.smallValuesWarningMessage text

* Update visualization.tsx
  • Loading branch information
alexwizp authored Dec 7, 2021
1 parent ccffda0 commit e83e5dd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,7 @@ export const getPieVisualization = ({
warningMessages.push(
<FormattedMessage
id="xpack.lens.pie.smallValuesWarningMessage"
defaultMessage="The received data contains too small values that can be incorrectly visualized in the {shape} chart"
values={{
shape: <strong>{state.shape}</strong>,
}}
defaultMessage="Waffle charts are unable to effectively display small field values. To display all field values, use the Data table or Treemap."
/>
);
}
Expand Down

0 comments on commit e83e5dd

Please sign in to comment.