Updated Hero Points Page
Added everything
This commit is contained in:
parent
08a8f464f3
commit
e378f57a8c
23 changed files with 6634 additions and 1017 deletions
4
src/app/_guards/_interfaces/chart-data.ts
Normal file
4
src/app/_guards/_interfaces/chart-data.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface ChartData {
|
||||
data: Array<number>;
|
||||
label: string;
|
||||
}
|
Reference in a new issue