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