Skip to content

Commit

Permalink
[Lens] update xpack.lens.pie.smallValuesWarningMessage text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Dec 6, 2021
1 parent a296f6b commit b586672
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="The data contains small category values that could be incorrectly represented by the waffle chart. Try switching to table or treemap to better represent these values"
/>
);
}
Expand Down

0 comments on commit b586672

Please sign in to comment.