UX: daily automatic grouping for less than 34 days instead of 30 (#13437)
This commit is contained in:
parent
f490a8d39a
commit
6b3adeed0f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue