-
Notifications
You must be signed in to change notification settings - Fork 34
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
full width metrics getting cropped #1698
Comments
Subscribing to this as I'm experiencing the same behaviour. Laravel Version: 5.8.29 |
Confirmed in v2.0.9 If you resize the window, the chart redraws and stops cutting off. |
@jbrooksuk This issue does not seem to be resolved. Nova v2.0.11 |
@mvdnbrk have you ran |
the same issue here |
What happens if you select a different timeframe and then switch back, does it correct itself? |
Yes it does |
Setting width to <div class="px-3 mb-6 w-full">
<div class="card relative px-6 py-4">
....
<div>
</div> Like @robinstraub mentioned earlier the <div class="px-3 mb-6 w-full">
<div class="card relative px-6 py-4 card-panel">
....
<div>
</div> |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Metrics with full width are getting cropped.
Versions:
Description:
When I define a metric width (
(new CustomMetric)->width('full'),
) and set it asfull
, the rendering gets cropped.On the other side it is fine on other sizes (
1/2
or1/3
). After looking at the DOM, thecard-panel
class appears missing. Is this an expected behavior ?Steps To Reproduce:
full
The text was updated successfully, but these errors were encountered: