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
1228e541d7
commit
5fec84221e
|
@ -719,7 +719,7 @@ function populate_number_of_users(data) {
|
||||||
|
|
||||||
// Initial drawing of plot
|
// Initial drawing of plot
|
||||||
draw_or_update_plot(_15day_trace, true);
|
draw_or_update_plot(_15day_trace, true);
|
||||||
$('#15day_actives_button').addClass("selected");
|
$('#all_time_actives_button').addClass("selected");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue