mirror of
https://github.com/jcreek/BankStatementAnalyser.git
synced 2026-07-13 02:53:49 +00:00
feat(*): Add basic graphing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
type ChartData = {
|
||||
labels: string[];
|
||||
datasets: {
|
||||
label: string;
|
||||
backgroundColor: string;
|
||||
data: number[];
|
||||
}[];
|
||||
};
|
||||
Reference in New Issue
Block a user