mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[APM]fixing y axis on transaction error rate to 100% (#77609)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
0dc0f1f34c
commit
94a4fc9350
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ export function ErroneousTransactionsRateChart() {
|
|||
<CustomPlot
|
||||
{...syncedChartsProps}
|
||||
noHits={data?.noHits}
|
||||
yMax={1}
|
||||
series={[
|
||||
{
|
||||
color: theme.euiColorVis7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue