|
|
@@ -2,16 +2,16 @@
|
|
|
|
|
|
@section('content')
|
|
|
<div class="container">
|
|
|
- <h2>»óȲÆÇ</h2>
|
|
|
+ <h2>�황�</h2>
|
|
|
<hr/>
|
|
|
|
|
|
<div class="row justify-content-center">
|
|
|
<div class="col-md-6">
|
|
|
- <h5>{{ date('m') }}¿ù ¹æ¹®ÀÚ</h5>
|
|
|
+ <h5>{{ date('m') }}월 방문�</h5>
|
|
|
<div id="visitsChart"></div>
|
|
|
<table class="table table-bordered">
|
|
|
<caption>
|
|
|
- ´ÜÀ§£º¸í
|
|
|
+ 단위:명
|
|
|
</caption>
|
|
|
<colgroup>
|
|
|
<col width="20%"/>
|
|
|
@@ -20,32 +20,32 @@
|
|
|
<col width="*"/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
- <th>½Å±Ô ¹æ¹®ÀÚ</th>
|
|
|
+ <th>ì‹ ê·œ 방문ìž�</th>
|
|
|
<td>{{ $visitStats['totalCntNew'] }}</td>
|
|
|
- <th>¿À´Ã ¹æ¹®ÀÚ</th>
|
|
|
+ <th>오늘 방문�</th>
|
|
|
<td>{{ $visitStats['visitorTodayCount'] }}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>Àç¹æ¹®ÀÚ</th>
|
|
|
+ <th>재방문�</th>
|
|
|
<td>{{ $visitStats['totalCntRe'] }}</td>
|
|
|
- <th>¾îÁ¦ ¹æ¹®ÀÚ</th>
|
|
|
+ <th>ì–´ì œ 방문ìž�</th>
|
|
|
<td>{{ $visitStats['visitorYesterdayCount'] }}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>¿À´Ã ¹æ¹®ÀÚ</th>
|
|
|
+ <th>오늘 방문�</th>
|
|
|
<td>{{ $visitStats['totalCntTo'] }}</td>
|
|
|
- <th>Àüü ¹æ¹®ÀÚ</th>
|
|
|
+ <th>ì „ì²´ 방문ìž�</th>
|
|
|
<td>{{ $visitStats['visitorTotalCount'] }}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-md-6">
|
|
|
- <h5>ȸ¿ø°¡ÀÔ</h5>
|
|
|
+ <h5>회�가입</h5>
|
|
|
<div id="usersChart"></div>
|
|
|
<table class="table table-bordered">
|
|
|
<caption>
|
|
|
- ´ÜÀ§£º¸í
|
|
|
+ 단위:명
|
|
|
</caption>
|
|
|
<colgroup>
|
|
|
<col width="20%"/>
|
|
|
@@ -54,15 +54,15 @@
|
|
|
<col width="*"/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
- <th>¿À´Ã °¡ÀÔÀÚ</th>
|
|
|
+ <th>오늘 가입�</th>
|
|
|
<td>{{ $userStats['todayCount'] }}</td>
|
|
|
- <th>ÁÖ°£ °¡ÀÔÀÚ ¼ö</th>
|
|
|
+ <th>주간 가입� 수</th>
|
|
|
<td>{{ $userStats['weeklyUserCount'] }}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>¿ù°£ °¡ÀÔÀÚ ¼ö</th>
|
|
|
+ <th>월간 가입� 수</th>
|
|
|
<td>{{ $userStats['monthlyUserCount'] }}</td>
|
|
|
- <th>Àüü °¡ÀÔÀÚ ¼ö</th>
|
|
|
+ <th>ì „ì²´ 가입ìž� 수</th>
|
|
|
<td>{{ $userStats['totalUserCount'] }}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
@@ -85,9 +85,9 @@
|
|
|
x: 'x',
|
|
|
columns: [
|
|
|
['x', {!! $visitStats['dates'] !!}],
|
|
|
- ["½Å±Ô", {!! $visitStats['cntNews'] !!}],
|
|
|
- ["Àç¹æ¹®", {!! $visitStats['cntRes'] !!}],
|
|
|
- ["ÇÕ°è", {!! $visitStats['cntTots'] !!}],
|
|
|
+ ["ì‹ ê·œ", {!! $visitStats['cntNews'] !!}],
|
|
|
+ ["재방문", {!! $visitStats['cntRes'] !!}],
|
|
|
+ ["합계", {!! $visitStats['cntTots'] !!}],
|
|
|
]
|
|
|
},
|
|
|
axis: {
|
|
|
@@ -106,7 +106,7 @@
|
|
|
x: 'x',
|
|
|
columns: [
|
|
|
['x', {!! $userStats['dates'] !!}],
|
|
|
- ["½Å±Ô", {!! $userStats['cntNews'] !!}],
|
|
|
+ ["ì‹ ê·œ", {!! $userStats['cntNews'] !!}],
|
|
|
]
|
|
|
},
|
|
|
axis: {
|