Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable deployment frequency and failure rate charts #4062

Merged
merged 3 commits into from
Dec 9, 2022
Merged

Conversation

nghialv
Copy link
Member

@nghialv nghialv commented Dec 9, 2022

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@@ -95,7 +97,8 @@ export const ChartBase: FC<ChartBaseProps> = ({
type: "value",
name: yName,
nameLocation: "center",
nameGap: 32,
nameGap: 50,
max: yMax,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should add yMax to dependencies list of this useEffect as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Fixed it.

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍠

@nghialv nghialv merged commit c46ff4c into master Dec 9, 2022
@nghialv nghialv deleted the insights-chart branch December 9, 2022 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants