mirror of https://github.com/zulip/zulip.git
stats: Make all time active users graph default.
We now bill by total users, whereas we used to bill by 15 day actives.
This commit is contained in:
parent
2944075f70
commit
0b1e36db27
|
@ -719,7 +719,7 @@ function populate_number_of_users(data) {
|
|||
|
||||
// Initial drawing of plot
|
||||
draw_or_update_plot(_15day_trace, true);
|
||||
$('#15day_actives_button').addClass("selected");
|
||||
$('#all_time_actives_button').addClass("selected");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue