mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 14:55:06 +00:00
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…
x
Reference in New Issue
Block a user