From 4b42a08af1c5ea6ddf5df3ffa3223b33d29be61b Mon Sep 17 00:00:00 2001 From: Tom Slater Date: Mon, 19 Aug 2019 12:30:36 +0100 Subject: [PATCH] Chart work update working on essential purchase graph --- .../dashboard-customer.component.html | 45 ++----------------- .../dashboard/dashboard-customer.component.ts | 1 - src/app/dashboard/dashboard.component.html | 30 +++++++++++++ src/app/panels/org-pie-panel.component.html | 2 +- 4 files changed, 34 insertions(+), 44 deletions(-) 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