feat(*): Improve styling of chart

This commit is contained in:
Josh Creek
2023-01-01 20:13:25 +00:00
parent 549a7acc7c
commit 90d9d34948
4 changed files with 45 additions and 31 deletions
+2
View File
@@ -3,6 +3,8 @@ type ChartData = {
datasets: {
label: string;
backgroundColor: string;
borderColor: string;
borderWidth: number;
data: number[];
}[];
};