통계/현황
관중통계(구단별 관중 현황)
{{ moment().subtract(1, 'days').format('YYYY.MM.DD') }} 기준
프로스포츠 전 종목단체 누적 관중 수
{{ total | currency }} 명
{{ leagueInfo.league_name }}
팀명 | 관중수 |
---|---|
{{ clubInfo.club_name }} | {{ clubInfo.spec_num | currency}} |
합계 | |
---|---|
{{ doBase().getAgencyNm( info.agency_code) }} 관중수 | {{ info | total }} 명 |
단체 관중 합계 | {{ doBase().getTotal('total') | currency }} |
평균 | |
---|---|
{{ doBase().getAgencyNm( info.agency_code) }} 평균 관중수 | {{ info | avg }} 명 |
단체 관중 평균 | {{ doBase().getTotal('avg') | currency }} |