tighten / nova-google-analytics

Google Analytics integration with Laravel Nova
MIT License
165 stars 30 forks source link

Fix Issue of Incorrect Statistics #20

Closed krievley closed 3 years ago

krievley commented 3 years ago

This pull request will fix the issue of incorrect statistics being displayed by the page views and visitors metrics cards. The Month (to date) option will now compare the current month to date with the previous month. The Year (to date) option will now compare the current year to date with the previous year. Closes #19

Screen Shot 2021-01-15 at 9 13 33 AM Screen Shot 2021-01-15 at 9 55 57 AM

krievley commented 3 years ago

@mattstauffer -- This is ready for re-review. The change needed was the Carbon time period declarations.