improve NeuxsWebGuard

This commit is contained in:
xiaomlove
2022-07-04 14:41:27 +08:00
parent 7d87f34ca4
commit ea94c0f738
16 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class UserTrend extends LineChartWidget
return [
'datasets' => [
[
'label' => 'User',
'label' => __('label.user.label'),
'data' => $data->map(fn (TrendValue $value) => $value->aggregate),
],
],