chart.js and rank chart init

This commit is contained in:
3zachm 2023-01-28 20:14:42 -08:00
parent 8057678c76
commit 4049c0a70b
5 changed files with 167 additions and 26 deletions

View file

@ -0,0 +1,3 @@
export default interface RankHistoryJson {
rank: number[];
}