app-generator / sample-django-charts-argon

Django Argon Charts - Open-source Django Sample | AppSeed
https://bit.ly/3si4e7q
Other
24 stars 9 forks source link

Stats - The information is not displayed 12mo back #1

Closed app-generator closed 3 years ago

app-generator commented 3 years ago

The orders app should display sales stats for a 12mo timeframe starting from the current month. As a consequence, the statistics should be displayed using the current month as the last item:

Current implementation - The months displayed by the charts with a current MONTH =April
JAN, FEBR, ... , NOV, DEC

Desired implementation - Current MONTH = April MAY JUNE ... MAR, APR

In other words, the stats will compute and display the information for a 12mo timeframe in the past, starting from the current month.

app-generator commented 3 years ago

Fixed in v0.0.1. Closing this issue.