diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100755 index 0000000..fb13446 Binary files /dev/null and b/public/favicon.png differ diff --git a/src/components/dashboard/revenuestreamwidget.ts b/src/components/dashboard/revenuestreamwidget.ts index 726e912..8946a51 100644 --- a/src/components/dashboard/revenuestreamwidget.ts +++ b/src/components/dashboard/revenuestreamwidget.ts @@ -62,9 +62,11 @@ export class RevenueStreamWidget { data: [4100, 5200, 3400, 7400], borderRadius: { topLeft: 8, - topRight: 8 + topRight: 8, + bottomLeft: 0, + bottomRight: 0 }, - borderSkipped: true, + borderSkipped: false, barThickness: 32 } ] diff --git a/src/index.html b/src/index.html index 14c5be2..8ba58fa 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,7 @@