You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
696 B
25 lines
696 B
<?php
|
|
|
|
return [
|
|
'user_count' => [
|
|
'title' => 'Total Users',
|
|
'growth' => ':rate since last month',
|
|
],
|
|
'new_user_count' => [
|
|
'title' => 'New Users',
|
|
'growth' => ':rate since last month',
|
|
],
|
|
'user_verification_rate' => [
|
|
'title' => 'Verification Rate',
|
|
'detail' => ':verified verified / :unverified Unverified',
|
|
],
|
|
'user_growth' => [
|
|
'title' => 'User Growth',
|
|
'subtitle' => 'Monthly trend of new user registrations in :year',
|
|
'series_name' => 'Registration',
|
|
],
|
|
'role_distribution' => [
|
|
'title' => 'Roles',
|
|
'subtitle' => 'Breakdown of users assigned to each role',
|
|
],
|
|
];
|
|
|