Skip to content

Commit 463eafa

Browse files
committed
fixing y axis on transaction error rate to 100%
1 parent f70aace commit 463eafa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/plugins/apm/public/components/shared/charts/ErroneousTransactionsRateChart

x-pack/plugins/apm/public/components/shared/charts/ErroneousTransactionsRateChart/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function ErroneousTransactionsRateChart() {
7070
<CustomPlot
7171
{...syncedChartsProps}
7272
noHits={data?.noHits}
73+
yMax={1}
7374
series={[
7475
{
7576
color: theme.euiColorVis7,

0 commit comments

Comments
 (0)