We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 구현에는 랭킹 차트 구현이 무조건 현재 시간을 기준으로 특정 시간 범위의 데이터를 보여주게 되어있는데, 이는 특정 시간 범위가 지났을 때, 차트가 예쁘지 않게 보인다는 단점이 있음.
따라서, 통계 데이터 생성을 마지막 로그 기준으로 맞추는 것을 고려해 볼 수 있음.
The text was updated successfully, but these errors were encountered:
KSAlpha
No branches or pull requests
현재 구현에는 랭킹 차트 구현이 무조건 현재 시간을 기준으로 특정 시간 범위의 데이터를 보여주게 되어있는데, 이는 특정 시간 범위가 지났을 때, 차트가 예쁘지 않게 보인다는 단점이 있음.
따라서, 통계 데이터 생성을 마지막 로그 기준으로 맞추는 것을 고려해 볼 수 있음.
The text was updated successfully, but these errors were encountered: