Skip to content

Commit

Permalink
[APM]fixing y axis on transaction error rate to 100% (elastic#77609)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
cauemarcondes and elasticmachine committed Sep 17, 2020
1 parent 2b4eeee commit 2de51dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export function ErroneousTransactionsRateChart() {
<CustomPlot
{...syncedChartsProps}
noHits={data?.noHits}
yMax={1}
series={[
{
color: theme.euiColorVis7,
Expand Down

0 comments on commit 2de51dc

Please sign in to comment.