-
Notifications
You must be signed in to change notification settings - Fork 14k
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(chart): chart gets cut off on the dashboard #20315
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
@stephenLYZ maybe we can make it a little more readable?
|
Codecov Report
@@ Coverage Diff @@
## master #20315 +/- ##
==========================================
- Coverage 66.64% 66.64% -0.01%
==========================================
Files 1738 1738
Lines 65053 65056 +3
Branches 6884 6885 +1
==========================================
Hits 43356 43356
- Misses 19950 19953 +3
Partials 1747 1747
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@michael-s-molina Ephemeral environment spinning up at http://34.222.89.77:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/testenv up |
@rusackas Ephemeral environment spinning up at http://54.218.183.48:8080. Credentials are |
e808230
to
4b1429f
Compare
4b1429f
to
be7b680
Compare
Ephemeral environment shutdown and build artifacts deleted. |
🏷️ preset:2022.23 |
* fix(chart): chart gets cut off on the dashboard * add some failsafe * address comment (cherry picked from commit 07b4a71)
* fix(chart): chart gets cut off on the dashboard * add some failsafe * address comment (cherry picked from commit 07b4a71)
SUMMARY
This PR fixes the problem that chart will get cut off on the dashboard.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
before
after
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION