调整首页统计时间显示
parent
5a741ddebd
commit
9c6a5c8078
|
|
@ -82,6 +82,11 @@ class NewUsers extends Line
|
|||
'xaxis' => [
|
||||
'categories'=> array_keys($data),
|
||||
],
|
||||
'tooltip' => [
|
||||
'x' => [
|
||||
'show' => true,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue