chart.js and rank chart init
This commit is contained in:
parent
8057678c76
commit
4049c0a70b
5 changed files with 167 additions and 26 deletions
interfaces
3
interfaces/ChartRankHistoryJSON.ts
Normal file
3
interfaces/ChartRankHistoryJSON.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default interface RankHistoryJson {
|
||||
rank: number[];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue