dispatch('chart-user-growth-update', series: [[ 'name' => __('domains/identity/dashboard.user_growth.series_name'), 'data' => $this->userGrowth['series'] ]], options: [ 'xaxis' => [ 'categories' => $this->userGrowth['categories'] ] ] ); } #[Computed] public function userGrowth(): array { return app(GetUserGrowthTrends::class)->fetch(); } }; ?>
{{ __('domains/identity/dashboard.user_growth.subtitle', ['year' => now()->year]) }}