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:
Vishnu Ks 2019-01-18 18:24:04 +05:30
parent 2944075f70
commit 0b1e36db27
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}