diff --git a/package-lock.json b/package-lock.json
index ffb94b3..1ef5852 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7149,6 +7149,14 @@
"resolved": "https://registry.npmjs.org/ngx-bootstrap/-/ngx-bootstrap-5.0.0.tgz",
"integrity": "sha512-5TTFP9s3wfiRychGcdyvpCvvxtxW1Nf2Dqmk2YBzuIhHHLT6gRq1Fsic4lYrtAUwmy0PSLhOY/XW/saYKlrSJw=="
},
+ "ngx-filter-pipe": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ngx-filter-pipe/-/ngx-filter-pipe-2.1.2.tgz",
+ "integrity": "sha512-YEXvjEw+Mpg5jL+yqSnFWKiY0P9XtRAJ2Dk3n9sC4stnsuhPzPRwIkF58aBvqYfoi3vrb7KQFImgbmfFAQqnFw==",
+ "requires": {
+ "tslib": "^1.7.1"
+ }
+ },
"ngx-pagination": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/ngx-pagination/-/ngx-pagination-4.0.0.tgz",
diff --git a/package.json b/package.json
index 06804f4..d3e3510 100644
--- a/package.json
+++ b/package.json
@@ -48,6 +48,7 @@
"ng2-charts": "^2.3.0",
"ng2-validation-manager": "0.5.3",
"ngx-bootstrap": "^5.0.0",
+ "ngx-filter-pipe": "^2.1.2",
"ngx-pagination": "^4.0.0",
"popper.js": "^1.15.0",
"rxjs": "6.5.2",
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index baf5a2a..0a38780 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -44,6 +44,7 @@ import { DashboardModule } from './dashboard/dashboard.module';
import { ChartsModule } from 'ng2-charts';
// import { StackedBarChartComponent } from './panels/stacked-bar.component';
import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component';
+import { FilterPipeModule } from 'ngx-filter-pipe';
@NgModule({
@@ -51,6 +52,7 @@ import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component
BrowserModule,
HttpClientModule,
FormsModule,
+ FilterPipeModule,
ReactiveFormsModule,
NgxPaginationModule,
BsDropdownModule.forRoot(),
diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html
index 627fbe4..98901c3 100644
--- a/src/app/dashboard/dashboard.component.html
+++ b/src/app/dashboard/dashboard.component.html
@@ -60,7 +60,7 @@
+ vertical shows number of purchases, size of bubble shows the total spend amount, horizontal shows date
@@ -27,12 +28,9 @@
-
@@ -49,14 +47,15 @@
-
+
Supplier Spend History
-
-
+
+
+
-
+