Fix: draw history graph with ranking record

This commit is contained in:
2018-05-17 15:47:15 +09:00
parent bf7a136ed8
commit 60a00056bb
5 changed files with 22 additions and 406 deletions
-3
View File
@@ -21,9 +21,6 @@ class RankingRecordManager {
clear() {
this.rankingRecords = [];
this.minValueOfRecord = 0;
this.maxValueOfRecord = 0;
}
get count() {