Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
720 stars 74 forks source link

weekly range? #32

Closed Malebestia closed 1 year ago

Malebestia commented 1 year ago

in the documentation it says: Interval You can use the following aggregates intervals: perMinute() perHour() perDay() perMonth() perYear()

Is there a weekly one? did you forget it or are you implementing it?

kaiserification commented 1 year ago

same here

Larsklopstra commented 1 year ago

This issue has been brought up before, databases yield different results. There's no solution which satisfies me yet. The problem is that some count weeks per month, and others count weeks per year.

ChrisHardie commented 1 year ago

@Larsklopstra do you have any pointers for those of use who might need to implement this ourselves / extend the package?