Skip to content

Commit

Permalink
Error rate operation table bug
Browse files Browse the repository at this point in the history
Signed-off-by: nofar9792 <nofar.cohen@logz.io>
  • Loading branch information
nofar9792 committed Mar 10, 2022
1 parent 6295907 commit 7e15890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ exports[`<MonitorATMServicesView> ATM snapshot test 1`] = `
yDomain={
Array [
0,
100,
1,
]
}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export class MonitorATMServicesViewImpl extends React.PureComponent<TProps, Stat
metricsData={convertServiceErrorRateToPercentages(serviceErrorRate)}
marginClassName="error-rate-margins"
color="#CD513A"
yDomain={[0, 100]}
yDomain={[0, 1]}
xDomain={this.state.graphXDomain}
/>
</Col>
Expand Down

0 comments on commit 7e15890

Please sign in to comment.