diff --git a/src/app/dashboard/dashboard-customer.component.html b/src/app/dashboard/dashboard-customer.component.html index 2cc1863..5ca8c43 100644 --- a/src/app/dashboard/dashboard-customer.component.html +++ b/src/app/dashboard/dashboard-customer.component.html @@ -22,22 +22,9 @@
-
+

Spending by Category

-
- -
-
+

No. of Essential Purchases

-
- -
-
+

Your Purchases by Category

-
- -
+
+
+
+
+
+

Global Puchases by Category

+
+
+
+
    + +
  • + +
    +
    {{ category.category || 'N/A' }}
    +
    +
    +
    Bought
    + {{ category.value || 'N/A' }} +
    +
  • +
  • + +
  • +
+
+
+
+
+
diff --git a/src/app/panels/org-pie-panel.component.html b/src/app/panels/org-pie-panel.component.html index 6973c73..527c697 100644 --- a/src/app/panels/org-pie-panel.component.html +++ b/src/app/panels/org-pie-panel.component.html @@ -2,7 +2,7 @@
-

All Purchases by Type

+

Global Purchases by Type