-
-
Notifications
You must be signed in to change notification settings - Fork 338
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(layout): cap Contstraint::apply to 100% length #264
Conversation
Codecov Report
@@ Coverage Diff @@
## main #264 +/- ##
==========================================
+ Coverage 81.76% 81.92% +0.15%
==========================================
Files 34 34
Lines 6591 6627 +36
==========================================
+ Hits 5389 5429 +40
+ Misses 1202 1198 -4
|
Thanks for your submission.
When you update the PR, to keep it ready to merge please ensure that you squash your commits and force push them onto your remote branch. This helps keeps the main branch uncluttered. |
premature fix. my mistake. |
This function is only currently used in by the chart widget for constraining the width and height of the legend.
Hey, I made some updates for this (and updated the PR title / message). Thanks for calling out the bug. |
Lint issue is fixed in #266 |
This function is only currently used in by the chart widget for constraining the width and height of the legend.
This function is only currently used in by the chart widget for constraining the width and height of the legend.