-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix Tooltip Rendering Issue by Upgrading react-charts #1487
base: master
Are you sure you want to change the base?
Fix Tooltip Rendering Issue by Upgrading react-charts #1487
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: TimothyAsirJeyasing The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Please check the build failure |
/rebuild |
update |
66714f1
to
8d1a050
Compare
this is still missing... |
why do we need changes in analyse file ?? |
8d1a050
to
5c24eea
Compare
/test odf-console-e2e-aws |
We updated the analyzeTest.ts file to fix two key issues: First, after upgrading react-charts, the script needed adjustments to accurately analyze the new build artifacts and avoid misinterpretations during the build process. Second, it was encountering a memory limit error ("Cannot create a string longer than 0x1fffffe8 characters") when processing large files, which we've optimized. |
5c24eea
to
088efff
Compare
You have not "optimized" anything, rather just increases the base size to make sure there are no errors while running the script. I don't think all the changes in the analyse file is necessary, plz check again. |
088efff
to
3d0cfb1
Compare
/retest |
fix ur commits in this PR... also check why tests are failing... |
159e0cc
to
95dd8eb
Compare
/test odf-console-e2e-aws |
95dd8eb
to
5cd96ae
Compare
/test odf-console-e2e-aws |
5cd96ae
to
e0e4caf
Compare
/retest |
This PR addresses the tooltip rendering issues encountered in [email protected]. The issue has been resolved in [email protected]. https://bugzilla.redhat.com/show_bug.cgi?id=2281587 Signed-off-by: Timothy Asir Jeyasingh <[email protected]>
e0e4caf
to
fdfd3fb
Compare
/retest |
@TimothyAsirJeyasing: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@TimothyAsirJeyasing After some investigation about the E2E errors I found that the chart was crashing (at least when you create a storage system and there is no total/available/used capacity yet). |
If version upgrade is causing multiple issues, can't we try to fix tooltip based on some CSS property ?? (like z-index or something similar) |
The react-charts version updated in #1650 |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@SanjalKatiyar this PR can be closed once @TimothyAsirJeyasing confirms that the issue is fixed in master. |
This PR addresses the tooltip rendering issues
encountered in [email protected].
The issue has been resolved in [email protected].
https://bugzilla.redhat.com/show_bug.cgi?id=2281587