6
0
Fork 0

调整首页统计时间显示

release
vine_liutk 2021-12-31 17:48:44 +08:00
parent 5a741ddebd
commit 9c6a5c8078
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ class NewUsers extends Line
'xaxis' => [
'categories'=> array_keys($data),
],
'tooltip' => [
'x' => [
'show' => true,
],
],
]);
}