UX: daily automatic grouping for less than 34 days instead of 30 (#13437)

This commit is contained in:
Joffrey JAFFEUX 2021-06-18 19:54:16 +02:00 committed by GitHub
parent f490a8d39a
commit 6b3adeed0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ const Report = EmberObject.extend({
});
export const WEEKLY_LIMIT_DAYS = 365;
export const DAILY_LIMIT_DAYS = 30;
export const DAILY_LIMIT_DAYS = 34;
Report.reopenClass({
groupingForDatapoints(count) {