More flexible date ranges for Trend Metrics #6411
Replies: 1 comment
-
Released with Laravel Nova 5.0.0 Feel free to open up a new issue if you're still experiencing this problem on the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
\Laravel\Nova\Metrics\Trend::aggregate
method has lines:it will be nice to extract
CarbonImmutable::now($timezone)
into another protected method, similar togetAggregateStartingDate
, so developers can override it for customisation purposes (I have to display trends for whole years, like 2023, 2022, etc, and do not end them by today's date).Beta Was this translation helpful? Give feedback.
All reactions